View Single Post

  #5 (permalink)  
Old 12-07-2007, 12:17 PM
virendra virendra is offline
Junior Member
User
 
Join Date: Dec 2007
My distro: Debian
Posts: 12
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