Manage Access Control Lists Using ICACLS In Vista Part II
- 0
- Add a Comment
The previous installment of this article provided some basic examples for using the ICACLS command. However, in reality, the ICACLS command can accept any number of grant and remove commands stacked on the same command line. This means that the syntax of the command can look like:
ICACLS userfile.doc /grant Sales:(r) /grant Readers:(r) /grant Managers:(f) […]
