1834931 Members
2496 Online
110071 Solutions
New Discussion

Re: ACL privileges

 
Cvg_1
Occasional Contributor

ACL privileges

Hello all,

I would like any file created or imported in a specific folder to automatically inherit the same ACL privileges. For example:

sc5111:(/data/unix/servi/data)(root)#getacl .

# file: .
# owner: servadm
# group: servgrp
user::rwx
user:servadm:rwx
user:datadm:rwx
group::rwx
class:rwx
other:r--


Is it possible to set ACL privileges in the folder "data" so user "datadm" can modify any file in it?


Thanks in advance
1 REPLY 1
Peter Godron
Honored Contributor

Re: ACL privileges

Hi,
and welcome to the forums !
You can set default acl, which would be brought forward, unless the file creator's umask overrules.

For details see:
"man setacl" look for the default section
"man umask"

For documents:
http://forums1.itrc.hp.com/service/forums/questionanswer.do?threadId=1046300

Please also read:
http://forums1.itrc.hp.com/service/forums/helptips.do?#33 on how to reward any useful answers given to your questions.