One stupid thing you can do with a UNIX shell and root access
sudo chown -R dick /
instead of
sudo chown -R dick ./
You won't be able to su - or sudo to chown the ownerships back properly because the sudo executable needs to be owned by root. Some people should never have unfettered sudo rights... like me.