this post was submitted on 13 May 2025
1082 points (99.3% liked)
Programmer Humor
37087 readers
15 users here now
Post funny things about programming here! (Or just rant about your favourite programming language.)
Rules:
- Posts must be relevant to programming, programmers, or computer science.
- No NSFW content.
- Jokes must be in good taste. No hate speech, bigotry, etc.
founded 5 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
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.