Linux does exactly what you tell it - dangerous commands can wipe or brick your system. Common lethal commands: sudo rm -rf /*, sudo chmod -R 777 /, :(){ :|:& };:, dd if=/dev/urandom of=/dev/sda Never ...
Even if you’re brand new to Terminal, I hope someone has given you this valuable advice: Be very careful when using the rm command to remove files and folders! The Unix file and folder deletion tool ...