Results 1 to 4 of 4
Hi Frndz
Is there any command to find which deamon works for which service so that I can get good knowledge about this deamon's
Plz find me
Thanks in Advance....
- 07-25-2009 #1Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
How to find about Deamons
Hi Frndz
Is there any command to find which deamon works for which service so that I can get good knowledge about this deamon's
Plz find me
Thanks in Advance.
- 08-05-2009 #2Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
Which distributeion+version of Linux are you running?
Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!
- 08-07-2009 #3Linux Newbie
- Join Date
- Aug 2008
- Posts
- 119
Hi RubberMan
Thanks for response am using
RedHat EL - 4 and kernal is 2.6.9-22.EL
- 08-07-2009 #4Linux Guru
- Join Date
- Apr 2009
- Location
- I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
- Posts
- 8,974
As root, run the command "service --status-all". You will get back a list of the status of all the registered services. Most show the daemons that are running, the ones whose names end in the letter 'd', such as snmpd, xinetd, etc. Processes that end in 'd' are commonly service daemons, though not necessarily - this is a custom, not a "standard".
Next, go to the directory /etc/rc.d/init.d where you will find scripts that control the various services. You can find the name of the daemon processes (where appropriate - not all services start daemons) in each script, and often by the name of the script.
I don't know if there is an easier way, though the GUI Administration -> Server Settings -> Server Management UI does provide the names and status of all the available services for your system, provided you are running the KDE GUI. Under the covers, it runs the service command to get that information to display to you.Sometimes, real fast is almost as good as real time.
Just remember, Semper Gumbi - always be flexible!


Reply With Quote