[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Automatizing installation on several machines



>> "JT" == Joachim Trinkwitz <upp105@ibm.rhrz.uni-bonn.de> writes:

JT> At last: it's unwanted that the different users can see (read,
JT> write, delete ...) each others data files -- is there a way to do
JT> that without any action on the users' side?

Set umask 002 in /etc/profile. You can also block access to the
homedirs with chmod o-rwx /home/*

Beware, that you will also block user homepages for a httpd. If you
want homepages, the make the chmod weaker. chmod o=x /home/*

Ciao,
	Martin

 


Reply to: