>> "JT" == Joachim Trinkwitz <[EMAIL PROTECTED]> 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 via email to