5 DEADLY LINUX COMMANDS LIST

5 DEADLY LINUX COMMANDS LIST - we say welcome to you who have been searching for information via search engines such as Google, in a blog Tech Gallery, now we will discuss information about the 5 DEADLY LINUX COMMANDS LIST, we have been looking for a lot of information from a trusted and collect it in this blog, so you get the information complete and easy to understand, please read through:

Article BackTrack And Kali Linux,

You can also see our article on:


Linux today is well known and well reputed one of the most powerful operating system. Linux user can perform numerous such tasks that a windows or Mac user can’t even imagine.
Sometimes Linux can go extreme upto the extent that it can do serious damage to the system.Linux system dont even ask user for confirmation once the command is given and simply performs its task.
hardware of your computer within a few seconds.Because of these harmful activities of linux it is recommended to use it only if you are good at giving commands and have in depth  knowledge oflinux commands list.
5 DEADLY LINUX COMMANDS LIST
5 DEADLY LINUX COMMANDS LIST

5 DEADLY LINUX COMMANDS LIST THAT CAN DESTROY ONE’S 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 directroy and will delete everything from the computer including the data of removable media.

2. Command > :(){ :|: & };: = Shell function that gets repliacated.
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 disk
Explanation : This command is again composed of two keywords.
First is : mkfs.ext4 : This part of command will create a new ext4 file system on following device where this command will get executed.
Second is : /dev/sda1 ;This part of command specifies the 1st partition on the first hard disk which is probably in use by the user. Similarly, This Command > mkfs.ext3 /dev/sdb2 will Format the second partition on the second hard disk with ext3 File system.

4. Command > /dev/sda – Write Any content Directly to a Hard Drive.
Explanation : This command will execute normally as other commands in linux do. But output of this command will directly be sent to the file system (NTFS or FAT ) of the Hard Drive. It will result into damaging the file system of the computer.

5. Command > mv ~ /dev/null – Beware it Will Move your Home Directory To Black hole.
Explanation : Moving any of your content and data to following path : /dev/null means you want to destroy it.
It means /dev/null is a black hole where once anything sent , can not be recovered back.
Note:Many of these commands will only be dangerous if they’re prefixed with sudo on Ubuntu – they won’t work otherwise. On other Linux distributions, most commands must be run as root.

So these were 5 Deadly linux commands list that you must never try them on your system.


Information about the 5 DEADLY LINUX COMMANDS LIST we have conveyed

A few of our information about the 5 DEADLY LINUX COMMANDS LIST, I hope you can exploit carefully

You have finished reading 5 DEADLY LINUX COMMANDS LIST and many articles about Tech Gallery in our blog this, please read it. and url link of this article is https://littlebitjohnny.blogspot.com/2015/09/5-deadly-linux-commands-list.html Hopefully discussion articles on provide more knowledge about the world of new tech gadgets.

Tag : ,
Share on Facebook
Share on Twitter
Share on Google+

Related : 5 DEADLY LINUX COMMANDS LIST

0 comments:

Post a Comment