• tiramichu@lemm.ee
      link
      fedilink
      arrow-up
      22
      ·
      edit-2
      20 hours ago

      Read/write/execute file permissions.

      Having them set incorrectly can cause problems, such as creating a file as root then leaving you unable to modify it as user, being unable to execute a script because execute is not set, or being unable to use your SSH keyfile because you left the permissions too open.

      It’s more actually like “Why is it, when something doesn’t happen, is it always you three”

    • tofu
      link
      fedilink
      English
      arrow-up
      7
      ·
      21 hours ago

      It’s the Linux file permissions. If something doesn’t work properly, it’s often due to wrong permissions because the app can’t save/read it’s stuff

      • amorpheus@lemmy.worldOP
        link
        fedilink
        arrow-up
        3
        ·
        21 hours ago

        Was 700, should have been 755… 777 is more like the “just put sudo in front of the command” nuclear option.

  • enumerator4829@sh.itjust.works
    link
    fedilink
    English
    arrow-up
    3
    ·
    18 hours ago
    # echo ”SELINUX=enforcing” > /etc/selinux/conf
    # echo ”SELINUXTYPE=mls >> /etc/selinux/conf
    # reboot
    

    Come on, it will be fun!