in reply to Re^2: Open a file of a different user
in thread Open a file of a different user
The individual home directories should not have world read write access, this is what group permissions and directories are for.If the user needs access to a file that is owned by another user, it should be stored in a common access area. In fact, there are some security related functions (of which SSH is one) that refuse to run if the user's home directory is world readable.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: Open a file of a different user
by JavaFan (Canon) on May 13, 2010 at 13:04 UTC |