From 4cdde67c2a8694f211fb0baa5828d92e936a9b97 Mon Sep 17 00:00:00 2001 From: olfek <27283110+olfek@users.noreply.github.com> Date: Tue, 7 Apr 2026 09:43:35 +0100 Subject: [PATCH] better explanation of /t ? --- WindowsServerDocs/administration/windows-commands/icacls.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WindowsServerDocs/administration/windows-commands/icacls.md b/WindowsServerDocs/administration/windows-commands/icacls.md index 11800c807d..d590d0c8a6 100644 --- a/WindowsServerDocs/administration/windows-commands/icacls.md +++ b/WindowsServerDocs/administration/windows-commands/icacls.md @@ -28,7 +28,7 @@ icacls directory [/substitute SidOld SidNew [...]] [/restore aclfile] [/C] [/L] | --------- | ----------- | | `` | Specifies the file for which to display or modify DACLs. | | `` | Specifies the directory for which to display or modify DACLs. | -| /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 `` including ``. | | /c | Continues the operation even if file errors occur. Error messages are still shown. | | /l | Performs the operation on a symbolic link instead of its destination. | | /q | Suppresses success messages. |