46

when you sudo something and permission is still denied

chmod 777 ALL THE THINGS

Comments
  • 2
    oh yeah, hammer down! lol this is by far the hail-mary of permissions issues.
  • 3
    Feel like a Disney princess singing and dancing while giving every file all the rights. What could go wrong I live in a fairytale. Happily ever after :)
  • 0
    seriously though, what could go wrong in the 30 secs it takes run your commands. itll probably be fine.
  • 2
    Or 'chmod 777 file; command; chmod 755 file's

    Chances are, though, that the file was already open with a lock if you couldn't open it using sudo.
  • 0
Add Comment