The UNIX and Linux Forums  


Go Back   The UNIX and Linux Forums > Operating Systems > SUN Solaris
.
google unix.com




View Single Post in the UNIX and Linux Forums - Click on the Thread or Permalink to View Entire Thread -->
  #1 (permalink)  
Old 07-03-2009
kumarmani kumarmani is offline
Registered User
  
 

Join Date: Sep 2008
Posts: 343
Issue with setfacl

Hi Experts,

I have set access control to a directory which is under / as /proj1 and set the access to user1 as below

Quote:
#setfacl –m user:user1:wrx,umask:wrx /proj1
Once I logging as user1 I am able to create and modify the file which is created by user1 however I am unable to edit / modify the file which is own by root.

Please help!