• exu
    link
    fedilink
    English
    1321 hours ago

    I’m too octal to understand this meme

    • @[email protected]
      link
      fedilink
      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”

    • @[email protected]
      link
      fedilink
      English
      721 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

      • @amorpheusOP
        link
        321 hours ago

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

  • @[email protected]
    link
    fedilink
    English
    318 hours ago
    # echo ”SELINUX=enforcing” > /etc/selinux/conf
    # echo ”SELINUXTYPE=mls >> /etc/selinux/conf
    # reboot
    

    Come on, it will be fun!