Deadly Linux Commands
-
Linux
Linux Basics
Tutorials
CommandLine
Overview
- If you are new to Linux, chances are you will meet a stupid person perhaps in a forum or chat room that can trick you into using commands that will harm your files or even your entire operating system.
-
Don’t run anything without understanding exactly what it does. Look it up (use Google or
man
command) if there’s any part of a command you’re not clear on. - Also you can use http://explainshell.com/ to explain what command is.
- To avoid this dangerous scenario from happening, I have here a list of deadly (Most Dangerous) Linux commands that you should avoid
Delete Everything Recursively
- This command will recursively and forcefully delete all the files inside the
/
root directory.
Fork Bomb
- The following weird looking command is actually function which created copies of itself endlessly.
- This Fork Bomb quickly use all your system resources like CPU, RAM, etc and cause system crash.
- This can often lead to corruption of data.
- For More Detailed Information Refer https://en.wikipedia.org/wiki/Fork_bomb
Format Hard Disk Drive
- This will reformat or wipeout all the files of the device that is mentioned after the
mkfs
command.
Fill Hard Disk Drive with Junk Data
Delete /etc Directory
- The following command delete all the linux configuration files.
Delete Boot Entry
- The following command delete Kernel, Initrd, and GRUB/LILO Files (Needed For Linux Startup)
Find and Delete configuration files
World Writable
- The following command make your system world writable.
Remove Access Privilege
Newsletter
Get updated when I create new content.
Unsubscribe whenever. Never any spam.