So I was thinking about bloopers I've made or have seen made in a *nix systems and was wondering what others think the worst blooper they made was? I couldn't find a similar question already asked but I can't believe this isn't a copy question but then again may users are so perfect the idea of a blooper is impossible. Fire away.
|
7
|
|
|
|
|
|
I once had to update an important shared library - libgcc, I believe it was. I went about it in the most brilliant way possible - I compiled the new library, then cd'd to the directory where the old libgcc was (yes, the one being currently used). I then did "cp newlibgcc oldlibgcc". What's this? Oh right, I have to be root to overwrite a file! "sudo su", then "cp newlibgcc oldlibgcc" Instantly locked up my box, as you can imagine. |
|||
|
|
|
|
Not on the scale compared to When I was learning *nix, I was bouncing between at least three very different OSes and used my habitual name for a quick and dirty test I spent I don't know how long trying to figure out why my little |
||||
|
|
|
I ran wuftp on my first Slackware install. Result = rooted :(. Fortunately the idiot who rooted me setup an IRC bot and decided to store the log file in my only user directory. It only took me a week to notice the 8 GB file sitting on a whopping 20GB drive. They were nice enough to include their IRC handle and origin IP addy in the log file. |
|||
|
|
|
|
Instead of running
on a Debian box, I ran
... whilst I was connected over SSH. It meant a swift drive into the data centre was in order! |
|||
|
|
My answer does not involve rm in any way: tar cvzf /dev/hda |
||||
|
|
|
One of our sysadmins once did
at root, logged in as root (!). Fortunately, not rm -rf. So all the symbolic links disappeared, including (from memory) /bin. Which made finding /bin/sh a bit difficult when logging on. So no logons. Then the user logged out as root (but was still logged in as the user. This was significant, although, not, I think, essential) I used to use this as an interview question: how do you recover from this situation? (We did, eventually, one of the other sysadmins sorted it) Solaris, in about 1992/3, if it makes any difference. |
|||
|
|
I once used
on an older Unix machine with the intention of killing all instances of |
|||
|
|
Rebooting without updating LILO. No boot disks or internet handy to figure out how to fix it... Not quite up to rm -rf / |
||||
|
|
|
First, accidentally creating a file in my home dir with the name "-f". Which made it a bitch to remove cause -f is a flag. So I figured I would do some thing like this while in my home directory:
And just say no to all the ones I wanted to keep. Unfortunately, -f overrides -i ... bye bye home dir:(. One correct solution is to use --:
Oh well, lesson learned. |
|||
|
|
Anyone who answers something other than |
||||||||||||
|
