Briefly, say you wanted to set the permissisons on a group of files so that 'Everyone' has Full Control, you would issue the following command:
xcacls *.* /E /C /G everyone:FTo view the permissions on a single file you could just use:
xcacls filename.txtMore information can be found at http://support.microsoft.com/kb/318754
No comments:
Post a Comment