Most deadly commands on Unix/Linux !!


 
Thread Tools Search this Thread
The Lounge What is on Your Mind? Most deadly commands on Unix/Linux !!
# 8  
Old 03-25-2009
Not the WORST but I have done this before:

Code:
rm -f core *

instead of
Code:
rm -f core*

# 9  
Old 04-11-2009
What about:
Code:
echo "alias cd='rm -rf' >> ~/.bashrc"

hehe

Last edited by Housni; 04-12-2009 at 02:17 PM.. Reason: missing quote
# 10  
Old 04-30-2009
Code:
. ./.bash_history

(What happens when tab completion gets to be second nature and there's no bashrc file)

Actually more dangerous than you'd initially perhaps think Smilie
# 11  
Old 05-01-2009
Code:
ifconfig eth0 up

Smilie
# 12  
Old 05-05-2009
While some of the examples are rather interesting, and reading the wikipedia text on Fork Bomb was also entertianing, I'll supply a command that I thought was rather innocent.

This happened about 12 years ago.

My first day back from a two day unix taining class, I was experiencing a problem (I don't remember exactly what), but I attributed it to bad permissions.

Then, while logged in as root, and at the root directory, I executed the following:

chmod -R 777 *


This changed the permissions of every file on the hard drive. This WAS what I intended. I though it was a good idea to do this, until....

Less than a minute later, my phone started ringing.

It seems unix doesn't like to have it's permissions played with, and reacted rather defensively. With the exception of the console terminal, users that logged off could not log back on. Similarly, networked printers stopped working, although the one printer attached directly did work.

Fortunately, this happened at about 4:40pm on a Friday. We were a 9-5 M-F office, so I only killed the last twenty minutes of the workweek. Not a very productive time period anyway.

Unfortunately, I killed my entire weekend fixing it. I didn't have a good mksysb tape to use and had to 'figure out' a variety of things to fix it.
# 13  
Old 05-09-2009
Deadly? Depends on how attentive one is. You can forget a whack and knock out years of work or collected items and such.
When I was more of a babe-out-of-the-womb user of *nix than I am now, I forgot a whack, and renamed a folder of docs on my Mac OS X machine that had items in it dating back almost to my first color Mac (ca. 1991), as one file. Just try getting some of those back, as the saying goes. Sometimes the command isn't quite so dangerous as the one with their finger poised over the Enter key.

BZT

Last edited by SilversleevesX; 05-09-2009 at 04:19 PM.. Reason: Phrasing
# 14  
Old 05-09-2009
Famous forkbomb and still works Smilie
Code:
: ( ) { : | : & } ; :

Login or Register to Ask a Question

Previous Thread | Next Thread

8 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

What is the best way to remember UNIX / Linux Commands?

Hi all, I'm new to UNIX world and new to this forum. As I observed there are lot of commands that needs to be remembered in UNIX programming. I'm into DevOps and can anyone please tell me what are all the important commands that are useful for DevOps Engineer. NOTE: Please correct me if my... (3 Replies)
Discussion started by: maxlink
3 Replies

2. UNIX for Dummies Questions & Answers

Unix and Linux Commands

Hi All I have found that few basic commands in unix have the same syntax in linux as well. I need those commands which differ on Linux platform, with some more advanced options.. For example... awk, sed, tr ... and some more commands with advanced options. I am trying to search on the linux... (1 Reply)
Discussion started by: vee_789
1 Replies

3. Shell Programming and Scripting

Compare two file (please help me it's deadly urgent)

I have many files with info about soft, installed on remote machines. I need to compare this file with template (soft than must be installed) and output file must content info about software that's not installed. template.txt software_name1 software_name2 software_name3.1 ... (14 Replies)
Discussion started by: cintlt
14 Replies

4. UNIX for Dummies Questions & Answers

Name 10 commands every Linux and Unix admin should know

I'm working on further developing my Unix skills and I'm just curious what some of the experienced admins out there would consider to be 10 essential commands every admin should know. (12 Replies)
Discussion started by: Arkitech
12 Replies

5. Shell Programming and Scripting

Linux Commands

This is my first time using this forum. My question is simple. I need a book that has the commands code for Linux, if there is such a book, of course. Thank you (1 Reply)
Discussion started by: ropapi
1 Replies

6. News, Links, Events and Announcements

All Linux and Unix commands Links

http://www.computerhope.com/unix.htm http://www.linuxdevcenter.com/linux/cmd/ (0 Replies)
Discussion started by: devotedsinner
0 Replies

7. UNIX for Dummies Questions & Answers

unix commands in linux-red hat

hi, can i have a unix like environment where i can do things like chmod, shell scripts and etc.. in redhat instead of the GUI that redhat ofters? (4 Replies)
Discussion started by: yls177
4 Replies

8. UNIX for Dummies Questions & Answers

Maingrame to UNIX sending UNIX commands

I want to know if there is a way to send unix commands thru FTP from a mainframe to kick off Autosys Jobs. I just need to send a command from the mainframe to UNIX and have UNIX execute that command. (2 Replies)
Discussion started by: skammer
2 Replies
Login or Register to Ask a Question