Dear Sir/Madam:
I have redhat enterprise linux version 5 working as a samba pdc , configured the same with the acl feature , now for the few samba share i want to give full control (rwx) but only the owner or the root user should be able to delete the file or directory also the share should inherit the same permissions to all the subfolders and the files
1, think should use the SUID but making use of chmod command chmod -R 4775 but how to use the same with the setfacl command i mean iam looking for the equivalent of chmod -R 4775 for the setfacl
for example : if the default acl is set by making use of teh setfacl command:
# setfacl -d --set u:rwx,u:tippy:rwx,uaxel:rx
,g:lensmen
:rx,o:: plato
this will inherit all the permissions from the parent directory
similarly how i can i make use of the default acl for the SUID
please help me on this
Start Free Trial