this post was submitted on 27 Jun 2025
462 points (97.1% liked)

linuxmemes

25894 readers
729 users here now

Hint: :q!


Sister communities:


Community rules (click to expand)

1. Follow the site-wide rules

2. Be civil
  • Understand the difference between a joke and an insult.
  • Do not harrass or attack users for any reason. This includes using blanket terms, like "every user of thing".
  • Don't get baited into back-and-forth insults. We are not animals.
  • Leave remarks of "peasantry" to the PCMR community. If you dislike an OS/service/application, attack the thing you dislike, not the individuals who use it. Some people may not have a choice.
  • Bigotry will not be tolerated.
  • 3. Post Linux-related content
  • Including Unix and BSD.
  • Non-Linux content is acceptable as long as it makes a reference to Linux. For example, the poorly made mockery of sudo in Windows.
  • No porn, no politics, no trolling or ragebaiting.
  • 4. No recent reposts
  • Everybody uses Arch btw, can't quit Vim, <loves/tolerates/hates> systemd, and wants to interject for a moment. You can stop now.
  • 5. πŸ‡¬πŸ‡§ Language/язык/Sprache
  • This is primarily an English-speaking community. πŸ‡¬πŸ‡§πŸ‡¦πŸ‡ΊπŸ‡ΊπŸ‡Έ
  • Comments written in other languages are allowed.
  • The substance of a post should be comprehensible for people who only speak English.
  • Titles and post bodies written in other languages will be allowed, but only as long as the above rule is observed.
  • 6. (NEW!) Regarding public figuresWe all have our opinions, and certain public figures can be divisive. Keep in mind that this is a community for memes and light-hearted fun, not for airing grievances or leveling accusations.
  • Keep discussions polite and free of disparagement.
  • We are never in possession of all of the facts. Defamatory comments will not be tolerated.
  • Discussions that get too heated will be locked and offending comments removed.
  • Β 

    Please report posts and comments that break these rules!


    Important: never execute code or follow advice that you don't understand or can't verify, especially here. The word of the day is credibility. This is a meme community -- even the most helpful comments might just be shitposts that can damage your system. Be aware, be smart, don't remove France.

    founded 2 years ago
    MODERATORS
    462
    Dirty Talk (lemmy.zip)
    submitted 1 day ago* (last edited 1 day ago) by [email protected] to c/[email protected]
     

    Disclaimer: Do not run this command.

    (page 2) 16 comments
    sorted by: hot top controversial new old
    [–] [email protected] 34 points 1 day ago (1 children)

    If I wanted Windows perms I would have installed Windows

    [–] [email protected] 21 points 1 day ago (2 children)

    Windows perms are pretty locked down though. Sometimes I can't delete my own files because I need permission from "Administrator" :/

    You can actually use Windows-style permissions (ACLs) on Linux via setfacl.

    load more comments (2 replies)
    [–] [email protected] 144 points 1 day ago (12 children)

    Obligatory DO NOT RUN THIS ON YOUR COMPUTER (or anyone else's).

    You'd think with fully open permissions, everything would work better, but many programs, including important low level things, interpret it as a sign of system damage and will refuse to operate instead.

    If you do run it, you'd better have a backup or something like Timeshift to bail you out, and even if you do have that, it's not worth trying it just to see what will happen.

    It's not quite as bad as deleting everything because you can boot from external media and back up non-system files after the fact, but the system will almost certainly not work properly and need to be repaired.

    You have been warned.

    [–] [email protected] 69 points 1 day ago (2 children)

    New guy at work ran this to try to fix permissions on his home folder, accidentally ran it on root (both would have been bad)

    Several highly paid and experienced Linux admins finally just gave up and deleted the server and built a new one from the backups.

    [–] [email protected] 36 points 1 day ago (9 children)

    Which, honestly, is the better way to go. Treat your compute resources like cattle, not pets.

    load more comments (9 replies)
    load more comments (1 replies)
    [–] [email protected] 5 points 1 day ago

    But how else will I make everything work without issues

    [–] [email protected] 20 points 1 day ago* (last edited 1 day ago)

    I will make a disclaimer. Thanks.

    load more comments (9 replies)
    [–] [email protected] 50 points 1 day ago (2 children)

    asexuals and demisexuals be like sudo chmod -R 700 /

    [–] [email protected] 5 points 1 day ago* (last edited 1 day ago)

    You and @[email protected] really out did yourselves

    [–] [email protected] 59 points 1 day ago* (last edited 1 day ago) (3 children)

    Doms with cuck and denial fetishes have partners like

    sudo chmod -R 077 /
    
    [–] [email protected] 13 points 1 day ago (3 children)

    What do the funny words mean? (i understand neither 700 & 077)

    [–] [email protected] 41 points 1 day ago* (last edited 1 day ago) (3 children)
    • sudo is telling the computer to do this with root privileges.
    • chmod sets permissions.
    • Each digit of that three-digit number corresponds to the owner, the group, and other users, respectively. It's 0–7, where 0 means no access and 7 means access to read, write, and execute. So 077 is the exact inverse of 700, where 077 means "the owner cannot access their own files, but everyone else can read, write, and execute them". Corresponding 700 to asexuals is joking that nobody but the owner can even so much as touch the files.
    • / is the root directory, i.e. the very top of the filesystem.
    • The -R flag says to do this recursively downward; in this case, that's starting from /.

    So here, we're modifying every single file on the entire system to be readable, writable, and executable by everyone but their owner. And yes, this is supposed to be extremely stupid.

    load more comments (3 replies)
    [–] [email protected] 10 points 1 day ago (1 children)

    7 is read, write, and execute permissions. 700 is owner, but not group or others. 077 means the owner has no permissions, but group and others all have full permissions.

    load more comments (1 replies)
    load more comments (1 replies)
    [–] [email protected] 33 points 1 day ago

    Jesus Christ

    load more comments (1 replies)
    [–] [email protected] 15 points 1 day ago

    Dear god. We’re exposed.

    [–] [email protected] 13 points 1 day ago

    all your base are belong to us

    load more comments
    view more: β€Ή prev next β€Ί