Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

daemons list

Status
Not open for further replies.

heleneb

Programmer
Joined
Oct 16, 2002
Messages
2
Location
CH
Hi,
What is the command to list all running deamons?

I have a deamon that does not start on one of my application (BV), I would like to see it the simmilar daemons run on a similar application running on the same machine.

Thanks
Helene
 
ps -ef | grep daemon_name Too bad I.T. is not cash business

Luc Foata
Unix sysadmin, Oracle DBA
 
helene
look in the TTY column of 'ps -ef'
a '?' shows a daemon vox clamantis in deserto.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top