| In order to provide different rights to multiple groups or users use the following commands (Tested on RHEL 6 & 7): To make new owner of group: setfacl -m g:<group_name>:<rights you want to give eg.rwx> -R <directory_name>
To check current acl settings: getfacl <directory_name>
|
|
|