glassyoghurtsipper@lemmy.world to linuxmemes@lemmy.world · 2 years agoThere be 🐇🐰lemmy.worldimagemessage-square155linkfedilinkarrow-up12.08Karrow-down134file-text
arrow-up12.05Karrow-down1imageThere be 🐇🐰lemmy.worldglassyoghurtsipper@lemmy.world to linuxmemes@lemmy.world · 2 years agomessage-square155linkfedilinkfile-text
minus-squarerickywithanm@aussie.zonelinkfedilinkarrow-up1·2 years agoAnd what exactly does that command do?
minus-squareBlueKey@kbin.sociallinkfedilinkarrow-up6·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-squareQvest@lemmy.worldlinkfedilinkEnglisharrow-up1·2 years agoIf the UEFI is corrupted is there a way to even boot a Live Environment?
minus-squareBlueKey@kbin.sociallinkfedilinkarrow-up3·2 years agoIf you run a faulty UEFI-implementation then rm can turn you PC into a decorative pice of PCB. See this answer.
And what exactly does that command do?
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
rmcan turn you PC into a decorative pice of PCB.See this answer.