How to see running daemons?
What's the command to see what daemons are currently running?
A few of my daemons keep failing to load:
Code:
[root@vaio ~]# /etc/rc.d/tor start
/etc/rc.conf: line 67: unexpected EOF while looking for matching `"'
/etc/rc.conf: line 95: syntax error: unexpected end of file
:: Starting Tor Daemon [FAIL]
[root@vaio ~]# /etc/rc.d/privoxy start
/etc/rc.conf: line 67: unexpected EOF while looking for matching `"'
/etc/rc.conf: line 95: syntax error: unexpected end of file
:: Starting Privoxy [FAIL]
Any ideas why this is happening?