5 Deadly linux commands that can Destroy one System
1. Command > rm -rf / = It will Delete Everything Explanation : It is a combination of three keywords. First is : rm It will remove all the files followed by this command. Second is : -rf This will run rm command in more effective way and will remove everything (all files and folders inside the specified folder ) without asking confirmation from the user. Third is : / This will start removing the data from the root directory and will delete everything from the computer including the data of removable media. 2. Command > :(){ :|: & };: = Shell function that gets replicated. This command creates a shell function , which once get initialized starts to create multiple copies of itself. It results in taking quickly all the memory and power of CPU. It makes computer freeze or not responding. This is also known as Denial Of Service Attack. 3. Command > mkfs.ext4 /dev/sda1 = This command will format the hard