Search Windows and Linux Networking

Saturday, November 22, 2008

Changing NTFS permission command line using fileacl

FILEACL is an win32 console free software by Guillaume Bordier.

Download Fileacl.exe from http://www.gbordier.com/gbtools/fileacl.asp
After download copy or install fileacl.exe .

I have copy in c: (c drive). Then go to command prompt.

For showing changes I create folder
Md root
Default permission of root for user is Read , list folder,and execute like

To change users permission to add write access

Syntax
flieacl /s (set ACL)or/d (Deny ACL) user/Group:/FRWEP


C:\>fileacl c:\root /s users:/W

To inherit permissions give switch /INHERIT and to protect from inheritance give /PROTECT

For More information About flieacl go to http://www.gbordier.com/gbtools/fileacl.asp

No comments:

Post a Comment