Posted: 9/16/2010 10:27:51 AM EDT
| Sorry, I meant sudo rm -rf / |
|
That's funny
Personally I like to "su -" instead of sudo, but that's just me. |
|
Quoted:
Quoted:
nub... boot from cd chroot /dev/sd# /mnt/ rm -rf /mnt/* Still too weak. dd if=/dev/urandom of=/dev/sd# Good luck doing that on a mounted ext3/ext4 filesystem (at least in Linux kernel 2.6+). I found out that somethings in life are still idiot resistant.
|
|
I lol'd ![]() |
|
Quoted:
Quoted:
Quoted:
cat /etc/fstab | grep /dev/hda1 /dev/hda1 / ext3 ro 1 1Oh, snap! DENIED, sucka! sudo THIS, muthafucka! Yeah! Still in IDE land in 2010 huh? ![]() Ooooooold server (still kicking), bitches.
Do you have separate partitions for everything? A ro / would make life difficult as far as partitioning goes on a normal system. Hell I wouldn't even want to think about trying to get a system to work normally like that. |
|
that was some funny shit. |
|
Gotta love Randall at Xkcd! |
|
Quoted:
Quoted:
Quoted:
nub... boot from cd chroot /dev/sd# /mnt/ rm -rf /mnt/* Still too weak. dd if=/dev/urandom of=/dev/sd# Good luck doing that on a mounted ext3/ext4 filesystem (at least in Linux kernel 2.6+). I found out that somethings in life are still idiot resistant.
I found out that if you accidently push an empty pipe into fmthard the system is kind enough to stay up just long enough for you to realize the error of your ways. |
|
Quoted: I prefer systems where rm -r requires a Y/N prompt, and grm -r doesn't. I tend to set these aliases: alias cp='cp -i' alias mv='mv -i' alias rm='rm -i' and then if I want a temp unalias for the unprotected tornado cleaning action and no tedium of bouncing on the y key: \rm -r foo Also, having been bitten once and badly early in my admin life by a misplaced space: rm -r * tmp rather than rm -r *tmp I have this habit that makes use of history expansion: ls *tmp rm -r !$ The ls allows me a quick eyeball that what I'm going to nuke is what I want to nuke, and executing via !$ avoids a typo. |









