At the Manitoba Unix Users Group last night, a common problem was presented as a warning to people new to unix based operating systems. The message was “All operating systems will let you shoot yourself in the foot. Unix based systems will let you shoot yourself in the foot really fast.” One of the examples was the dangers of using root while executing recursive delete commands.
Say you wanted to get rid of all the hidden files in your directory (those starting with . for example .htaccess and .htpasswd)
DO NOT USE “rm -Rf .*” AS ROOT and be careful as a normal user!





