Utility to determine permissions

C

chocolatemint77581

I am customizing a limited user account.

Is there a utility or program that will give a listing of permissions
for each directory?

That would save time in not having to go back and forth from a limited
user account to admin and changing permissions in order to write
files, etc.

Thanks.
 
P

Pegasus [MVP]

I am customizing a limited user account.

Is there a utility or program that will give a listing of permissions
for each directory?

That would save time in not having to go back and forth from a limited
user account to admin and changing permissions in order to write
files, etc.

Thanks.

Try this from a Command Prompt:

cacls /t "c:\documents and settings\charlie" > c:\perms.txt
notepad c:\perms.txt

Alternatively: SystemTools.exe (included in dumpacl.zip from
http://robot.pbwiki.com/UsefulTools), or AccessEnum.exe
(http://technet.microsoft.com/en-us/sysinternals/bb897332.aspx).
 
J

Johnw

(e-mail address removed) submitted this idea :
I am customizing a limited user account.
Is there a utility or program that will give a listing of permissions
for each directory?
That would save time in not having to go back and forth from a limited
user account to admin and changing permissions in order to write
files, etc.

Maybe this will help.

FaJo XP File Security Extension (XP FSE)
http://www.fajo.de/portal/index.php?option=content&task=view&id=6

9 pages of possibles.
http://primewares.com/links.php?page=1&la=en&search=permissions
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top