If you want to know the specific syntax to express a permissions level equivalent to what you'd do through the Folder Properties dialog, simply setup the permissions level you want on a Folder through the Properties dialog and then run ICACLS to *display* the permissions on that folder:ICACLS C:\test ...will give you the permissions on that folder/file in the ICACLS syntax format.
↧