Tagged Questions
2
votes
2answers
1k views
Linux - Run a daemon as 'nobody'
I have a daemon sitting in my root directory that currently is being run as root. However, since this program can read the file system, this is clearly a security problem. How can I run it as nobody ...