JSI Tip 1802. How do I print the folder and file permissions for a directory?

Jerold Schulman

November 11, 1999

1 Min Read
ITPro Today logo in a gray background | ITPro Today

In tip 0596, we scripted the ability to report permissions on a directory tree.

If you wish to simply print the permissions on the objects of a single folder, you can type:

CACLS *.* > FolderReport.txt

                        OR

XCACLS *.* > FolderReport.txt

Then print the FolderReport.txt file.

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like