View unanswered posts    View active topics

All times are UTC - 6 hours





Post new topic Reply to topic  [ 2 posts ] 
Print view Previous topic   Next topic  
Author Message
Search for:
PostPosted: Mon Feb 04, 2008 3:58 pm 
Offline
Joined: Fri Oct 07, 2005 7:18 am
Posts: 77
Location: Dallas, TX
I know that ps -aux will give me all the processes... Whats the command to list out all the Daemons running and their info?

Thanks.


Top
 Profile  
 
 Post subject:
PostPosted: Mon Feb 04, 2008 7:21 pm 
Offline
Joined: Thu Mar 25, 2004 11:00 am
Posts: 9551
Location: Arlington, MA
Anything without a controlling TTY is most likely a daemon. Since the -t option doesn't seem to work in reverse try:
Code:
ps -elf | awk 'NR=1 || $13 == "?" {print $0}'

or:
Code:
ps aux | awk 'NR=1 || $7 == "?" {print $0}'


Top
 Profile  
 

Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 


All times are UTC - 6 hours




Who is online

Users browsing this forum: No registered users and 17 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Jump to:  
cron
Powered by phpBB® Forum Software © phpBB Group

Theme Created By ceyhansuyu