Results 1 to 2 of 2
On my computer ive got my hard drive partitioned into some ext3 partitions. I enabled ACL's and user_xattr. How can I update the ACL's and what are some uses of ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 01-27-2004 #1Linux Newbie
- Join Date
- Sep 2003
- Location
- St.Charles, Missouri, USA
- Posts
- 201
update the ACL's
On my computer ive got my hard drive partitioned into some ext3 partitions. I enabled ACL's and user_xattr. How can I update the ACL's and what are some uses of user_xattr?
Powered by Gentoo
never ever ever use the hardened option in make.conf!
- 01-28-2004 #2Linux Guru
- Join Date
- Oct 2001
- Location
- Täby, Sweden
- Posts
- 7,578
To manage ACLs, use the getfacl and setfacl commands. To see the exact usage, check the manpage, but for example:
User XAttrs don't really have much practical uses right now. It's mainly if you want to do something exciting yourself. In any case, they're managed with the getxattr and setxattr commands.Code:setfacl -m u:apache:x ~


Reply With Quote
