in reply to Re: How best to see if syslogd is running?
in thread How best to see if syslogd is running?

Note: Sending a "kill 0" is preferable to ps, but make sure you run this as root (in the case of syslogd) since some systems will return a permission error if you aren't authorized to actually kill the target process.
  • Comment on Re^2: How best to see if syslogd is running?