chmod problem

Vincent Trouilliez vincent.trouilliez at modulonet.fr
Sat May 7 03:56:52 UTC 2005


I think to make sure that nobody can see your files (hence access them),
you might have to remove the 'x' permission/flag on your /home/user
folder, for 'group' and 'others'

Probably something like this :

"sudo chmod g-x /home/you" and "sudo chmod u-x /home/you"

FWIW


--
Vince






More information about the ubuntu-users mailing list