@[email protected] to Lemmy Shitpost • 1 month agoNew social experimentlemm.eeimagemessage-square319fedilinkarrow-up1349arrow-down114
arrow-up1335arrow-down1imageNew social experimentlemm.ee@[email protected] to Lemmy Shitpost • 1 month agomessage-square319fedilink
minus-square@[email protected]linkfedilink8•1 month agoMake sure to also completely delete the word roots. sudo rm -fr /* --no-preserve-root
minus-square@[email protected]linkfedilinkEnglish2•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’)