Comment on New social experiment
cows_are_underrated@feddit.org 1 month 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 month agoMake sure to also completely delete the word roots.
sudo rm -fr /* --no-preserve-root
coldsideofyourpillow@lemmy.cafe 3 weeks ago
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’)