|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
What is mask and effective right mask in setfacl?
Hi Guys,
can someone explain what is mask and effective right mask in setfacl and getfacl command with example, unable to get it. |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Just like 'chmod' or 'ls -l', octal bits or letters: Man Page for setfacl (all Section 1) - The UNIX and Linux Forums
EXAMPLES Example 1 Adding read permission only The following example adds one ACL entry to file abc, which gives user shea read permission only. setfacl -m user:shea:r-- abc |
| Sponsored Links | ||
|
|
#3
|
|||
|
|||
|
i know setfacl -m option to grant permissions to a user , but i want to know what is the mask in this case and how it effects the other permission and also what is effective rights mask ---------- Post updated at 08:22 AM ---------- Previous update was at 08:15 AM ---------- also i have found this line in many online articles can someone elaborate this Code:
Sets the effective rights mask. The mask is the union of all permissions of the owning group and all of the user and group entries. |
|
#4
|
|||
|
|||
|
The mask is the rwx- string for the 9 bits, e.g., rwxrwxrwx or rw-r-----.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Samba create mask and dir mask on RHEL 4.8 | maverick_here | Red Hat | 1 | 03-09-2012 10:24 AM |
| how to mask the password ? | avi.coep | UNIX for Dummies Questions & Answers | 2 | 03-07-2011 10:22 PM |
| Need to Mask Data | ksmbabu | Shell Programming and Scripting | 8 | 08-16-2010 01:18 PM |
| overriding the mask in setfacl | aladdin | UNIX for Dummies Questions & Answers | 4 | 05-30-2007 03:11 AM |
| Subnet mask | Z0DiaC | IP Networking | 7 | 09-15-2001 07:09 AM |
|
|