Tagged Questions
3
votes
1answer
200 views
Linux permissions for services
How do permissions work for services in Linux? I already know that I can set read, write and execute permissions for files and directories with chmod each for owner, group and other users but how do ...
1
vote
1answer
2k views
User Permissions: Daemon and User
I often run into this issue on Linux, and I'd love to know the proper way of solving it.
Say I have a daemon running. In my example, I'll use LigHTTPD, a webserver.
Some software, like Wordpress, ...