![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| SUN Solaris The Solaris Operating System, usually known simply as Solaris, is a free Unix-based operating system introduced by Sun Microsystems . |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Setfacl permission issue | MeganP | Shell Programming and Scripting | 0 | 08-01-2007 05:15 PM |
| overriding the mask in setfacl | aladdin | UNIX for Dummies Questions & Answers | 4 | 05-30-2007 03:11 AM |
| setfacl | fredao | UNIX for Advanced & Expert Users | 3 | 03-21-2007 11:45 PM |
| setfacl -x doesn't shows it removed the ACL | braindrain | Shell Programming and Scripting | 0 | 08-01-2006 05:09 AM |
| Usage of setfacl | chakri400 | Security | 1 | 10-31-2003 11:04 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
How to use setfacl
Hi all,
If, for e.g. I have folder with permissions like this: drwxr-xr-x 2 fuad_ftp nms 96 Jan 8 13:55 test I want to give for user user123 acces rwx using setfacl: setfacl -m user:user123:rwx test But effective rights still is r-x because of mask... nypreH@bauas1o> setfacl -m user:user123:rwx test nypreH@bauas1o> nypreH@bauas1o> nypreH@bauas1o> nypreH@bauas1o> getfacl test # file: test # owner: fuad_ftp # group: nms user::rwx user:user123:rwx #effective:r-x group::r-x #effective:r-x mask:r-x other:r-x nypreH@bauas1o> So, how can I ignor mask filtering for this user? there is some option -n, but I don't know how to use it. Thanks in advance, Best Regards, Roman |
|
||||
|
You need to add the "-r" option to the setfacl command for the mask to be recalculated.
|
| Sponsored Links | ||
|
|
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|