Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Read only Permission

Status
Not open for further replies.
Mar 14, 2001
48
US
How can I create a user with read only permission on the system except his/her home directory.
 
First create a new group
Then create your new user and put them into the new group.
Finally set the world permissions on all your files to read only recursively.

Of course this will stop every user from modifing files belonging to another group.

Steve
 
How can I give read only permission to the user without affecting other permissions?
 
I don't know that you can, it's the files that have permissions.

Steve
 
You could perhaps export (share) all filesystems read-only via NFS to another less critical system? Annihilannic.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top