Guest Deamon Posted October 6, 2002 Share Posted October 6, 2002 Hi Everybody I have a question for MDK9 , my linux box had partition / ext3 4G and /home XFS 2G , I can use the getfacl and setfacl command to setup the access control list in /home xfs partition successfully , but I can't use this command in / ext3 partition , but Iseen the kernal was applyed the ext3 acl partch inside , when I use the setfacl command in ext3 partition so will display the error message "Operation not support" , so how cna I enable this feature in ext3 partition ? Thanks you Link to comment Share on other sites More sharing options...
ranger Posted October 13, 2002 Share Posted October 13, 2002 Hi EverybodyI have a question for MDK9 , my linux box had partition / ext3 4G and /home XFS 2G , I can use the getfacl and setfacl command to setup the access control list in /home xfs partition successfully , but I can't use this command in / ext3 partition , but Iseen the kernal was applyed the ext3 acl partch inside , when I use the setfacl command in ext3 partition so will display the error message "Operation not support" , so how cna I enable this feature in ext3 partition ? Thanks you Mount with the 'acl' option. Ie, mount /dev/hdXY /mnt/path -o acl Or add 'acl' (without the quotes) to the options section (which normally has 'defaults') of the fstab entry for the partition. Link to comment Share on other sites More sharing options...
Guest Deamon Posted October 14, 2002 Share Posted October 14, 2002 As Title Link to comment Share on other sites More sharing options...
theYinYeti Posted October 14, 2002 Share Posted October 14, 2002 Can someone explain what ACL brings to the system. I know what ACL are, but are the features of ACL worth the extra complexity for a typical Unix? Besides, when ACL is enabled, are there any tools at all (Konqueror, GMC, Nautilus...) that are aware of it? Yves. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now