Prevent access to home folder: Difference between revisions

From WickyWiki
m 3 revisions
 
mNo edit summary
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

Revision as of 18:00, 2 March 2017

Prevent access to homefilder 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: