cacls
Updated: January 21, 2005
Syntax
Parameters
Remarks
- Use the following table to interpret the results
| Output | ACE applies to |
| OI | This folder and files. |
| CI | This folder and subfolders. |
| IO | The ACE does not apply to the current file/directory. |
| No output message | This folder only. |
| (OI)(CI) | This folder, subfolders, and files. |
| (OI)(CI)(IO) | Subfolders and files only. |
| (CI)(IO) | Subfolders only. |
| (OI)(IO) | Files only. |
-
You can use wildcards (that is, ? and *) to specify multiple files.
-
You can specify more than one user.
Formatting legend
| Format | Meaning |
| Italic | Information that the user must supply |
| Bold | Elements that the user must type exactly as shown |
| Ellipsis (...) | Parameter that can be repeated several times in a command line |
| Between brackets ([]) | Optional items |
| Between braces ({}); choices separated by pipe (|). Example: {even|odd} | Set of choices from which the user must choose only one |
| Courier font | Code or program output |