Restricting directory access for a user in linux
- by Harun Baris Bulut
Hi all,
How can I restrict user to read other users directory in linux ?
for instance I have user1 and user2, I dont want the user2 to read /home/user1/... How can I do this ?
Thanks