Your Home file permissions
How to make your $HOME directory only for your eyes.
# make directories only viewable by you:
$find $HOME -type d -exec chmod 700 '{}' \;
# make regular files only viewable and editable by you:
$find $HOME -type f -exec chmod 600 '{}' \;
Thanks to:
Stephen R. Laniel
Cell: +(617) 308-5571
http://laniels.org/
for this tip.
Trackback URL for this post:
If you like this article, subscribe to our full rss
Please post your question in our forum and use comments only to leave your comments about the article, thanks.













Post new comment