![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Advanced & Expert Users Expert-to-Expert. Learn advanced UNIX, UNIX commands, Linux, Operating Systems, System Administration, Programming, Shell, Shell Scripts, Solaris, Linux, HP-UX, AIX, OS X, BSD. |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| User home folder permissions catch-22, help! | EugeneG | UNIX for Dummies Questions & Answers | 3 | 07-17-2007 10:11 AM |
| Can I prevent a user from changing the permissions on their home directory. | DanL | UNIX for Dummies Questions & Answers | 2 | 08-29-2006 01:56 PM |
| permissions of a directory | smehra | UNIX for Dummies Questions & Answers | 3 | 06-04-2006 11:32 AM |
| determine owner directory permissions from within the directory | Sniper Pixie | Shell Programming and Scripting | 4 | 03-07-2006 05:06 PM |
| Reset Home Directory Permissions | punkrockguy318 | UNIX for Dummies Questions & Answers | 5 | 04-02-2004 02:50 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Home Directory Permissions
My users home directory located in a RHEL 5.0 nfs server.
Client is ubuntu 8.1 using NIS for authntication anf NFS for automounting home Directory on the client side. I set 700 to the users home directory. My problem here is some of the users change the mode, which result in leak of data. Is there any way to not to change the permissions of home directory other than root |
|
||||
|
The user owns their home directory, hence they can change the modes as per their needs.
One way to remedy this is to run a periodic QA kind of script that reports on the users' home directories that are "world-readable/writable". We do this in our environment about once a quarter and send this out to the respective team managers. The onus then shifts to the managers of the application teams to ensure that their team members follow our recommended guidelines. This also helps us from an audit perspective; less last minute remediations. Last edited by frozentin; 02-25-2009 at 01:58 PM.. Reason: typos |
|
||||
|
I solved my problem
soln mount the home directory partion with acl option. then change the directory owner as root Then Change mod to 700 Use the follwing command setfacl to give permission to user. setfacl -m u:username:rwx foldername check with getfacl |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|