Operating System - Linux
1827855 Members
1590 Online
109969 Solutions
New Discussion

Re: acl option on redhat9

 
K.C. Chan
Trusted Contributor

acl option on redhat9

Is the acl option available on redhat9? Thanks.

FYI, I have asked similar question to a related thread ( http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=766980 ), but I figure it wasn't fair to people who answer w/o me bieng able to assign points. Hence it reposted here.
Reputation of a thousand years can be determined by the conduct of an hour
4 REPLIES 4
twang
Honored Contributor

Re: acl option on redhat9

"Access Control Lists" is used for permissions on an NT system. I think Samba should support acl. And you could "man acl" to find out more about acl on linux.
Nobody's Hero
Valued Contributor

Re: acl option on redhat9

Yes ACL's are alive in RH9. I have a production linux server running samba and all authentication and access permissions are handled from the NT side. You need a special kernel to handle ACL's. We are running 2.4.19-xfs. It was a lot of work to get NT and UNIX to talk and play well, but once it is in place, it works great. We grant/deny directory access through windows, for directories that sit on a Linux system.

To backup the ACL's on the UNIX side, we use star instead of tar. See man star for acl options.
UNIX IS GOOD
Chris Xu
Trusted Contributor

Re: acl option on redhat9

Yes, it is available on Redhat 9. To confirm the packages are indeed installed on your system, do this:
rpm -qa | grep acl

Chris
Ivajlo Yanakiev
Respected Contributor

Re: acl option on redhat9

I know thaht it is part of Fedora 3