Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to get a list of processes
#1

Sometime you will have to find out what processes are running on your box. To get a complete list issue the command

 

ps -aux

 

however if you want to find the process info for say named then you could issue the command

 

ps -aux | grep named

 

and this will return info for all instances of named that are running.

Reply


Forum Jump:


Users browsing this thread: 1 Guest(s)