Page 1 of 1

How to hide content of /home directory?

PostPosted: Thu Sep 07, 2006 11:47 am
by krivenok
Hello All!

Is there a way to hide inaccessible content of /home
directory?

For example:
# root is root
server@root# ls /home
user1 user2 user3

# user1 should see only user1 subdirectory
server@user1$ ls /home
user1

# user2 should see only user2 subdirectory
server@user2$ ls /home
user2

# user3 should see only user3 subdirectory
server@user3$ ls /home
user3

Is it possible?
Thanks!

PostPosted: Thu Sep 14, 2006 10:35 am
by dropby23
chmod 711 /home