Prevent access to home folder: Difference between revisions

From WickyWiki
mNo edit summary
mNo edit summary
 
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:

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: