jonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 3 个月前New social experimentlemm.eeimagemessage-square318fedilinkarrow-up1352arrow-down113
arrow-up1339arrow-down1imageNew social experimentlemm.eejonathanvmv8f@lemm.ee to Lemmy Shitpost@lemmy.world · 3 个月前message-square318fedilink
minus-squarecoldsideofyourpillow@lemmy.cafelinkfedilinkEnglisharrow-up2·1 个月前You 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’)