We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19e1f66 commit 4cdde67Copy full SHA for 4cdde67
1 file changed
WindowsServerDocs/administration/windows-commands/icacls.md
@@ -28,7 +28,7 @@ icacls directory [/substitute SidOld SidNew [...]] [/restore aclfile] [/C] [/L]
28
| --------- | ----------- |
29
| `<name>` | Specifies the file for which to display or modify DACLs. |
30
| `<directory>` | Specifies the directory for which to display or modify DACLs. |
31
-| /t | Performs the operation on all specified files in the current directory and its subdirectories. |
+| /t | Performs the operation on all files and directories in `<directory>` including `<directory>`. |
32
| /c | Continues the operation even if file errors occur. Error messages are still shown. |
33
| /l | Performs the operation on a symbolic link instead of its destination. |
34
| /q | Suppresses success messages. |
0 commit comments