View Single Post
Posts: 71 | Thanked: 49 times | Joined on Sep 2009 @ Espoo
#54
Originally Posted by RevdKathy View Post
(So go on, tell me, just between ourselves... what does rm -rf / really do???)
this is actually an old Unix Sys Admin "joke", as quite often you might type "rm -rf ./*" (i.e. remove everything below the current directory), but if you miss the "." it wipes everything off the filesystem.

Hence, experienced admins developed methods of avoiding situations of having to type that type of thing due to having at least once accidentally done it themselves.
The most common reason for having to type this, was to remove some software.