in reply to Re: Open a file of a different user
in thread Open a file of a different user
will give <other-user> read/write access to the given file. Where <other-user> is either the user name or the user id. Note that on some OSses, you need to be root to set ACLs, and sometimes you may need an acl mount parameter.$ setfacl -m u:<other-user>:rw file
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: Open a file of a different user
by proceng (Scribe) on May 12, 2010 at 23:46 UTC | |
by JavaFan (Canon) on May 13, 2010 at 13:04 UTC |