[Ilugc] Process findings

  • From: vipintm@xxxxxxxxxx (vipintm)
  • Date: Fri Jul 22 11:50:23 2005

Anthony Ashok wrote:

Hi All,
       I want to find whether any process is running in unix server or 
not  by  using the Process name.

I want to do this in Ps command

with warm regards,
Anthony Jesu Ashok S 

______________________________________________________________________
_______________________________________________
To unsubscribe, email ilugc-request@xxxxxxxxxxxxx with 
"unsubscribe <password> <address>"
in the subject or body of the message.  
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

 


hi,

u can do ,

ps -A | grep <processname>

eg:

ps -A | grep named

  697 ?        00:00:47 named


Vipin M

Other related posts: