You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| /f `<filename>`| Specifies the file name or directory name pattern. You can use the wildcard character `*` when specifying the pattern. You can also use the syntax `<sharename>\<filename>`. |
28
28
| /a | Gives ownership to the Administrators group instead of the current user. If you don't specify this option, file ownership is given to the user who is currently logged on to the computer. |
29
29
| /r | Performs a recursive operation on all files in the specified directory and subdirectories. |
30
-
| /d `{Y | N}` | Suppresses the confirmation prompt that is displayed when the current user does not have the **List Folder**permission on a specified directory, and instead uses the specified default value. Valid values for the **/d** option are:<ul><li>**Y** - Take ownership of the directory.</li><li>**N** - Skip the directory.<p>**NOTE**<br>You must use this option in conjunction with the **/r** option.</li></ul> |
30
+
| /d `{Y | N}` | Suppresses the confirmation prompt that is displayed when the current user does not have the **List Folder**and **Read** permissions on a specified directory, and instead uses the specified default value. Valid values for the **/d** option are:<ul><li>**Y** - Take ownership of the directory. The directory permissions are replaced with permission granting the user full control only.</li><li>**N** - Skip the directory.<p>**NOTE**<br>You must use this option in conjunction with the **/r** option.</li></ul> |
0 commit comments