Today I almost made a bad #mistake. I wanted to delete all files from an automation user from an directory and I didn‘t payed enough attention to what I am typing. So I typed sudo rm /* instead of sudo rm ./* Because I didn‘t want to remove folders everything turned out well but it absolutely remembered me to use sudo, rm and * with patience and so I want to rember you too. Does anyone know if #Linux would let you do the sudo rm -rf /* command or is there a safety mechanism? Maybe I try it out later on a VM.