jonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 2 months agoNew social experimentlemm.eeimagemessage-square17fedilinkarrow-up11arrow-down10
arrow-up11arrow-down1imageNew social experimentlemm.eejonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 2 months agomessage-square17fedilink
minus-squarecoldsideofyourpillow@lemmy.cafelinkfedilinkEnglisharrow-up2·14 days 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’)
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’)