Prevent access to home folder: Difference between revisions

From WickyWiki
m 3 revisions
 
mNo edit summary
 
(One intermediate revision by the same user not shown)
Line 2: Line 2:
[[Category:Ubuntu System]]
[[Category:Ubuntu System]]
[[Category:2009]]
[[Category:2009]]
Prevent access to homefilder to other users (default 0755)  
Prevent access to homefolder to other users (default 0755)  


Example userx:
Example userx:
Line 9: Line 9:
sudo chmod -R 750 /home/userx/*
sudo chmod -R 750 /home/userx/*
</syntaxhighlight>
</syntaxhighlight>
Note that Ubuntu offers the option of encrypting the home folder:
* https://help.ubuntu.com/community/EncryptedHome

Latest revision as of 18:01, 2 March 2017

Prevent access to homefolder to other users (default 0755)

Example userx:

sudo chmod -R 750 /home/userx
sudo chmod -R 750 /home/userx/*

Note that Ubuntu offers the option of encrypting the home folder: