On Tue, 11 Feb 2003 18:13:48 -0500 (EST)
[EMAIL PROTECTED] wrote:

> How does one get daemons to run as a user other than root?

Check to see if the binary is setuid. If you want it to run as nobody,
chown nobody, then chmod to make setuid. Or, turn off setuid and try the
su -c method you mentioned.

Not all daemons can be treated this way; some require root access.


-- 

           _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/
          _/                                     _/
         _/  Gary Dunn                          _/
        _/  Open Slate Project                 _/
       _/  http://openslate.sourceforge.net/  _/
      _/  http://www.aloha.com/~knowtree/    _/
     _/  Honolulu                           _/
    _/  registered Linux user #273809      _/
   _/                                     _/
  _/  This tagline is umop apisdn.       _/
 _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/ _/

Reply via email to