On Nov 19, 2006, at 8:41 PM, Mackenzie Morgan wrote: > -- > Mackenzie Morgan > Linux User # 432169 > Hey, type this in the terminal! It's really fun! > su rm -rf / I'm sorry; I know it's pointless and off-topic, but I really must protest. The correct command should be su -c "rm -rf /" or sudo rm - rf / .