Windows change access permissions from the command line - nixCraft

74 0 0
Linux and Unixish system comes with chmod and other commands to setup/change access permission from command line/shell. ADVERTISEMENTS However, when it comes to windows chmod is not available. Windows comes with a special command line utility called CACLS. You can use it as follows: CACLS files /e /p {USERNAME}:{PERMISSION} Where, /p : Set new permission […]
C:> CACLS cmd.exe /e /p rocky:f