this post was submitted on 12 Jan 2025
1121 points (98.1% liked)

memes

16768 readers
2678 users here now

Community rules

1. Be civilNo trolling, bigotry or other insulting / annoying behaviour

2. No politicsThis is non-politics community. For political memes please go to !politicalmemes@lemmy.world

3. No recent repostsCheck for reposts when posting a meme, you can only repost after 1 month

4. No botsNo bots without the express approval of the mods or the admins

5. No Spam/Ads/AI SlopNo advertisements or spam. This is an instance rule and the only way to live. We also consider AI slop to be spam in this community and is subject to removal.

A collection of some classic Lemmy memes for your enjoyment

Sister communities

founded 2 years ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] jaybone@lemmy.world 59 points 7 months ago (7 children)

Should only be used with extreme caution and if you know what you are doing.

Ok. What is the actual use case for “rm -rf /“ even if you know what you are doing and using extreme caution? If you want to wipe a disk, there are better ways to do it, and you certainly wouldn’t want that disk mounted on / when you do it, right?

[–] qarbone@lemmy.world 78 points 7 months ago (1 children)

There probably isn't one and there really doesn't have to be one. The ability to do it is a side effect of the versatility of the command.

[–] jaybone@lemmy.world 17 points 7 months ago (1 children)

You might be right. But I’d like to hear from other bone users.

[–] notoftenthat@sh.itjust.works 1 points 7 months ago

I don't get to use the bone all that often, but when I do, it is quite effective; much like the amazing efficacy of running rm on the root of the entire filesystem recursively with the force modifier.

[–] Sunsofold@lemmings.world 34 points 7 months ago

None. Remember that the response is AI generated. It's probabilistically created from people's writings. There are strong relations between that command and other 'dangerous commands.' Writings about 'dangerous commands ' oft contain something about how they should 'only be run by someone who knows what they are doing' so the response does too.

[–] WanderingCat@lemm.ee 11 points 7 months ago

There isn't. It's just the fact that it will. The command can/is used often to remove other directories

[–] wreckedcarzz@lemmy.world 3 points 7 months ago

Set up a remote access system on client/customer machines for tech support. When a customer doesn't pay, and notices have been sent and not replied to, and they won't answer your calls: this, on all their machines with past due payments.

Then when they call you in a panic, give them the same kindness and respect that they have given to you, down to the number of days since contact was stopped. Gotta twist that knife for maximum effectiveness. Then and only then should you consider answering their cries of agony.

(now I've never had a client payment issue, usually it's quite some time before they need my assistance again so I take payment in full at completion, not tabs/payment plans; but hypothetically...)

[–] lurch@sh.itjust.works 3 points 7 months ago (1 children)

when you're in a chroot and you want to wipe only that whole part. you can't format the chroot, because it's just a subtree of the filesystem you want to keep.

[–] jaybone@lemmy.world 2 points 7 months ago

Ok I was thinking of a chroot env as being the only possible use case for this command.