
The Most Dangerous Line of Code is "sudo rm -rf * --no-preserve-root /". Do not run it. It has the power to wipe out a Linux system completely and make it useless.
sudo rm -rf * --no-preserve-root /
Table of content:
What will it do?What to do if I ran this command?How to try this Dangerous command?Lessons learntWhat will it do?
It will delete all files on your system and will also, delete the firmware that is the software that run the motherboard.
Firware provides low level control for ...
Published on July 20, 2021 02:19