• Miller@lemmy.world
    link
    fedilink
    arrow-up
    49
    ·
    15 days ago

    What it is actually saying is if you don’t know how to gain access to edit this file you should not be editing this file.

    • f314@lemmy.world
      link
      fedilink
      arrow-up
      27
      ·
      15 days ago

      When I was a kid I deleted the system32.dll file on my grandfather’s computer because it showed up in some error message. It did in fact not solve the error 😅

    • bequirtle@lemmy.world
      link
      fedilink
      arrow-up
      2
      ·
      14 days ago

      I remember trying to mod a game from the xbox app, and couldn’t edit even with trustedinstaller/takeown shenanigans. Turns out the files are encrypted so you can’t even edit it from Linux. And if you disable encryption the game doesn’t run :D

    • Postmortal_Pop@lemmy.world
      link
      fedilink
      arrow-up
      8
      ·
      15 days ago

      I wish. I spent 4 hours trying to get both I and docker to have permission to see my other drive. I finally gave up entirely and made a puid:guid that had access to everything short of root and put myself on that. It’s still dubious as to whether that will work…

    • hansolo@lemmy.today
      link
      fedilink
      arrow-up
      5
      ·
      15 days ago

      “You fool, I could sudo rm the whole drive right now. It’s only out of my exuberant benevolence that I don’t.”

      Later: me pressing the up key 38 times rather than type sudo apt update && upgrade

    • BOplaid@discuss.tchncs.de
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      Actually Linux is far more well known than for example Windows for access denied stuff. Though bypassing it is a matter of putting sudo at the beginning of the command and putting your password in. In Windows you have to traverse through a bunch of dialogues… which isn’t that hard but not as easy as the *nix approach.

  • yesman@lemmy.world
    link
    fedilink
    arrow-up
    4
    arrow-down
    1
    ·
    15 days ago

    Mastering file permissions is a big part of becoming Linux capable. And it essential to the “everything is a file” ethos. Wanna lock down an important file or program? chmod is a powerful ally.

    Microslop has tried to adopt a half-ass elevated permissions scheme, but with lame-ass UAC and users who’ve no idea why Explorer doesn’t have administrator rights on their administrator account.

    • Viceversa@lemmy.world
      link
      fedilink
      arrow-up
      6
      arrow-down
      4
      ·
      15 days ago

      Windows’ way is more convenient for me, than chmod:
      windows allows you to regulate file access more granularly, more flexible - per any particular user , particular group.
      Chmod can’t do that.

      • yesman@lemmy.world
        link
        fedilink
        arrow-up
        5
        arrow-down
        3
        ·
        15 days ago

        Either I don’t understand your comment, or you don’t understand chmod. What you describe ins’t beyond chmod; it’s the basic functionality of chmod.

        • Viceversa@lemmy.world
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          15 days ago

          Via chmod you can’t configure access to some arbitrary group or user. You have only the owner user, owner group and everything else is crowded into one lump “other”.

      • Limonene@lemmy.world
        link
        fedilink
        arrow-up
        1
        ·
        14 days ago

        chmod can do 95% of everything I’ve ever needed, just with the “user” and “other” category. Private files, public-readable files, public read-write files, programs I compile but anyone can run… all that is just in the “user” and “other” category of chmod.

        It gets 99% if you add the sticky bit (used on /tmp) and the “group” category. Serial ports are owned by root:dialout, and mode 660. To get serial port access, just add the user to the dialout group. For group assignments in college, each partner pairing had their own group they could use. Group work files were mode 660 so groups could edit each others’ work, but other groups couldn’t peek.

        For the last 1%, use setfacl. It does everything that explorer.exe’s security tab can do.

  • chuckleslord@lemmy.world
    link
    fedilink
    arrow-up
    1
    arrow-down
    3
    ·
    15 days ago

    So? How the hell is it supposed to know that when you’re trying to do things wrong? Would you rather it let any one do anything, so long as they control the mouse?

    • ameen272@thelemmy.club
      link
      fedilink
      arrow-up
      1
      ·
      14 days ago

      Yes. Fricking yes. Do we look like we care about Windows “protecting” us? No. Nobody actually does.