Find the answer to your Linux question:
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....
  1. #1
    Linux 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.

  2. #2
    Linux Guru Rubberman's Avatar
    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!

  3. #3
    Linux 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

  4. #4
    Linux Guru Rubberman's Avatar
    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!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...