Skip to content

Commit 4cdde67

Browse files
authored
better explanation of /t ?
1 parent 19e1f66 commit 4cdde67

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • WindowsServerDocs/administration/windows-commands

WindowsServerDocs/administration/windows-commands/icacls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ icacls directory [/substitute SidOld SidNew [...]] [/restore aclfile] [/C] [/L]
2828
| --------- | ----------- |
2929
| `<name>` | Specifies the file for which to display or modify DACLs. |
3030
| `<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. |
31+
| /t | Performs the operation on all files and directories in `<directory>` including `<directory>`. |
3232
| /c | Continues the operation even if file errors occur. Error messages are still shown. |
3333
| /l | Performs the operation on a symbolic link instead of its destination. |
3434
| /q | Suppresses success messages. |

0 commit comments

Comments
 (0)