LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Linux Logging (https://www.linuxquestions.org/questions/linux-newbie-8/linux-logging-4175413238/)

anu_1 06-25-2012 04:49 AM

Linux Logging
 
Is there any command to find out if my system is using "syslog" or "syslog-ng" or "rsyslog" .

Thanks for help

tweezerhead 06-25-2012 05:13 AM

You could use your package management system to see which is installed.

bagi 06-25-2012 05:26 AM

Quote:

Originally Posted by anu_1 (Post 4711150)
Is there any command to find out if my system is using "syslog" or "syslog-ng" or "rsyslog" .

Thanks for help

Try to grep your current processes. The result for me is syslog.
opm@bubble1:~$ ps aux | grep log

regards,
bagi


All times are GMT -5. The time now is 12:57 AM.