printing folder rights
Results 1 to 2 of 2

Thread: printing folder rights

  1. #1
    Join Date
    Aug 2001
    Location
    -
    Posts
    321

    printing folder rights

    hi,
    how do i print out the share permissions and ntfs permissions of folders on an ntfs partition?
    thanks

  2. #2
    Join Date
    Jul 2001
    Location
    UK
    Posts
    717
    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
  •