jonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 1 month agoNew social experimentlemm.eeimagemessage-square319fedilinkarrow-up1351arrow-down113
arrow-up1338arrow-down1imageNew social experimentlemm.eejonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 1 month agomessage-square319fedilink
minus-squarecows_are_underrated@feddit.orglinkfedilinkarrow-up8·1 month agoMake sure to also completely delete the word roots. sudo rm -fr /* --no-preserve-root
minus-squarecoldsideofyourpillow@lemmy.cafelinkfedilinkEnglisharrow-up2·1 day agoYou only need the --no-preserve-root flag when acting on /. So the correct code would be either sudo rm -fr /* or sudo rm -fr / --no-preserve-root(more appropriate for your ‘advice’)
Make sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
You only need the
--no-preserve-root
flag when acting on/
.So the correct code would be either
sudo rm -fr /*
orsudo rm -fr / --no-preserve-root
(more appropriate for your ‘advice’)