sudo rm -rf. Don't try this at home.

sudo rm -rf. Don't try this at home. 

Only Linux users and geeks will understand this message !

sudo rm -rf

How to Remove Files

To remove (or delete) a file in Linux from the command line, use either the rm (remove) or unlink command.

The unlink command allows you to remove only a single file, while with rm you can remove multiple files at once.

Be extra careful when removing files or directories, because once the file is deleted, it cannot be easily recovered.

In Linux, you can remove/delete directories with the rmdir and rm.

GET IT FROM HERE



Comments

Popular Posts