Smazání souboru

rm -i soubor <===> interaktivní (každé mazání bude vyžadovat souhlas uživatele)
rm -f soubor <===> na nic se neptej a mazej
rm -r soubor <===> rekurzivní mazání včetně podadresářů

Some Linux systems issue a warning before executing sudo rm -rf  command, while others won't. 

rm -rf / <===> POZOR!! Running it on the / root directory would wipe the system entirely!!!