View Single Post
  #5 (permalink)  
Old 07-12-2007, 11:17 AM
virendra virendra is offline
Junior Member
User
 
Join Date: Dec 2007
OS: Debian
Posts: 12
Thanks: 0
Thanked 0 Times in 0 Posts
Rep Power: 0
virendra is on a distinguished road
Default

#top
this command will only show top running porcesses


#ps aux|wc -l
78

#ps -el|wc -l
78

#ps -ael|wc -l
78

show the number of running processes
Reply With Quote