Or maybe just a stupid idea. Is there anything wrong with doing this:
sudo chmod -R go-rwx ~/*
I.e. I want to block out access of others to everything in my home
folder, but will doing this break anything in the system? Are there
files that must be readable by group and/or other?
Steve