CHMOD 0711 /home/user

1 of my user were complaining that all of he´s files are accessible by all other shell users and that they can download all files etc. I was trying to find an solution to this, wondered about jailedshell, ftp access only in homedir with proftps etc.

Then i got it, CHMOD 0711 /home/user dir. Now nowone cant list that user dir anymore, other than root and owner! They just got error message: "Error listing directory".

Now, is it possible to CHMOD "something" the very root of the server, that no one cant list my server files? Can i do same to /home dir, does this effect anyhow to users?

 

 

 

 

Top