|
-
January 23rd, 2003, 09:53 AM
#1
printing folder rights
hi,
how do i print out the share permissions and ntfs permissions of folders on an ntfs partition?
thanks
-
January 24th, 2003, 02:51 PM
#2
Hi!
Try this from the partition you want to examine. I've increased the number of spaces for readability.
cacls *.* /c /t >c:\ACLs.txt
That will output the NTFS AccessControlLists for all files in and below the current folder to the text file c:\acls.txt
The /t makes it process the subdirectories and the /c makes it continue if access is denied to anything.
I don't know how to do something similar with Share Permissions though. My excuse is that permissions should be set at the ACL level rather than the share level hehe.
Best wishes,
Andrew
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
|