Windows access control lists: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

4 February 2011

  • curprev 22:2822:28, 4 February 2011 Scott talk contribs 282 bytes +282 Created page with 'To view permissions for a directory: <pre> cacls my_dir </pre> To add full permissions for user1 to a directory: <pre> cacls my_dir /t /e /g user1:f </pre> Here are details: ht…'