1752615 Members
4542 Online
108788 Solutions
New Discussion юеВ

ACL

 
SOLVED
Go to solution
jousif
Frequent Advisor

ACL

Hi admins,

I try to use the ACL on tru64 v5.1A,
it enabeled in /etc/sysconfigtab
when I issue:
#setacl -u user:xx:rwx file1
the system response with the error acl is disabled on file1,
please advise,
if the acl is not enabled on a system when enabel it do the system need to reboot,
many thanks.

2 REPLIES 2
Ivan Ferreira
Honored Contributor
Solution

Re: ACL

According to the output of:
sysconfig -Q sec
sec:
acl_mode - type=STRING op=CRQ min_len=1 max_len=9

You can change the acl settings run time (R). Use

sysconfig -r sec acl_mode=enable
Por que hacerlo dificil si es posible hacerlo facil? - Why do it the hard way, when you can do it the easy way?
jousif
Frequent Advisor

Re: ACL

many thanks to Ivan Ferreira,
I do it
ok.
thanks.