Comment on New social experiment
cows_are_underrated@feddit.org 1 year agoMake sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
Comment on New social experiment
cows_are_underrated@feddit.org 1 year agoMake sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
coldsideofyourpillow@lemmy.cafe 1 year ago
You only need the
–no-preserve-rootflag when acting on/.So the correct code would be either
sudo rm -fr /*orsudo rm -fr / --no-preserve-root(more appropriate for your ‘advice’)