• @bitchkat@lemmy.world
    link
    fedilink
    English
    562 months ago

    Had an idiot “fix” a permission problem by running “sudo chmod -R 777 /”

    And that is why sudo privileges were removed for the vast majority of people.

    • @bigbuckalex@lemmy.zip
      link
      fedilink
      182 months ago

      Oh… That sounds like a nightmare. How do you even fix that? There’s no “revert the entire filesystem’s permissions to default” button that I’m aware of

    • @MTK@lemmy.world
      link
      fedilink
      112 months ago

      seems reasonable to me, root is just a made up concept and the human owns the machine.

    • @mlg@lemmy.world
      link
      fedilink
      English
      62 months ago

      Shared this before, but someone I know did a chmod on /bin which nuked all the SUID/GUID bits which borked the system lol.

      Surpsingly easy enough to undo by getting a list of the correct perms from a working system, but hilarious nonetheless