1085
Vibebugger
(lemmy.ml)
Post funny things about programming here! (Or just rant about your favourite programming language.)
For a 10% coupon, ssh into localhost and enter code sudo rm -rf /*
Doesn't work for me. You forgot half of the coupon code.
Here's the correct coupon code:
sudo rm -rf --no-preserve-root /
/*
doesn't require--no-preserve-root
, you're not trying to delete root after all.