LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   svcadm disable system-log (https://www.linuxquestions.org/questions/linux-newbie-8/svcadm-disable-system-log-850331/)

balakodoth 12-15-2010 02:46 AM

svcadm disable system-log
 
I have to disable system-log in linux . in solaris I am doing this by svcadm disable system-log . is there any command in Linux through which I can acheive this functionality. whether chkconfig or service sommand will do this ? if so what is the syntax ?

I guess svcadm disable system-log will stop syslogd daemon . so is there any command in linux which stops the syslogd daemon ?

kontrabant 12-15-2010 04:42 AM

Which distro??

Usually your init scripts for services are in
/etc/init.d

so
/etc/init.d/syslog stop
or
/etc/init.d/syslogd stop
or
/etc/init.d/rsyslog stop

will do the job.

paulsm4 12-16-2010 11:32 PM

See also the "chkconfig" tool I mentioned in your question about "services".


All times are GMT -5. The time now is 04:43 PM.