|
Using subinacl.exe from Windows 2000 resource kit
subinacl /help - to get syntax of the command
1. setting localshare permission
subinacl /share /grant==
eg.
subinacl /share temp /grant=staff\john=F
subinacl /share temp /grant=staff\john=C
subinacl /share temp /grant=staff\john=R
2. setting remote share permission
subinacl /share \server\share /grant==
eg.
subinacl /share \server\temp /grant=staff\john=F
subinacl /share \server\temp /grant=staff\john=C
subinacl /share \server\temp /grant=staff\john=R
|
|