Hacker News new | ask | show | jobs
by caw 3231 days ago
Good list, I'd also say permissions. The number of problems I fix by understanding users/groups and assigning the appropriate permission (not `chmod 777 *`) is huge. It shows up in a variety of "Cannot access file" type messages or "File does not exist" application errors and people sometimes freak out because the file is there.
2 comments

To be fair 'chmod 777 *' fixes those issues as well, just at a big cost to security.
I don't know if "fix" is the right word. Chopping your right arm off "fixes" the itch, although you're literally giving your right arm.
Definitely. If something's not working in a Red Hat based distro, it's usually stopped by SElinux.
And the right answer is never "Disable SELinux"