Recent Changes - Search:

Softwares

.

ACL

Main.ACL History

Hide minor edits - Show changes to output

December 14, 2012, at 04:55 PM by 101.62.115.249 -
Added lines 3-5:
(:Google1:)
(:Googletxt:)
----
Changed lines 36-39 from:
@]
to:
@]

----
(:Googlemm:)
October 29, 2012, at 07:53 AM by 223.178.193.222 -
Added lines 1-33:
ACL notes...

[@

# vi /etc/fstab

LABEL=/ / ext3 defaults,acl 1 1

:wq (save and exit)

# mount -o remount,rw /

# mkdir test

# cd test

# cat >acltest.txt

Ctrl + D

Login with other user and open the file.

# getfacl /root/test/acltest.txt (Command will show the permission on the file.)

# setfacl -m u:user1:r-x /root/test/acltest.txt (Will set the permission on the file.)

# getfacl /root/test/acltest.txt

Login with user1 and try to open the file.

# setfacl -x u:user1 /root/test/acltest.txt (command will remove the acl permission from the file).

@]
Edit - History - Print - Recent Changes - Search
Page last modified on December 14, 2012, at 04:55 PM