Software >> OS >> Windows >> How to set share permission using subinacl

Using subinacl.exe from Windows 2000 resource kit subinacl /help - to get syntax of the command 1. setting localshare permission subinacl /share <localsharename> /grant=<domain\username>=<access> 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=<domain\username>=<access> 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