@glassyoghurtsipper to linuxmemes • 2 years agoThere be 🐇🐰imagemessage-square153arrow-up12.19Karrow-down137file-text
arrow-up12.15Karrow-down1imageThere be 🐇🐰@glassyoghurtsipper to linuxmemes • 2 years agomessage-square153file-text
minus-squareBlueKeylinkfedilink6•2 years agoDeletes all the files in the root-dir recursively (needs sudo). Without sudo all user-accessible files will be removed. This will also affect all mounted drives (like USB-Drives, …) and on some motherbords can also corrupt the UEFI.
minus-square@QvestlinkEnglish1•2 years agoIf the UEFI is corrupted is there a way to even boot a Live Environment?
minus-squareBlueKeylinkfedilink3•2 years agoIf you run a faulty UEFI-implementation then rm can turn you PC into a decorative pice of PCB. See this answer.
Deletes all the files in the root-dir recursively (needs
sudo
).Without sudo all user-accessible files will be removed.
This will also affect all mounted drives (like USB-Drives, …) and on some motherbords can also corrupt the UEFI.
If the UEFI is corrupted is there a way to even boot a Live Environment?
If you run a faulty UEFI-implementation then
rm
can turn you PC into a decorative pice of PCB.See this answer.