0

Count total no of process in linux

Hi, is there any way to count the total no of process that are currently running on my linux system?

henry
asked Jun 11, 2018
1 Answer
0

You can simply use the below command to count the total no of process in your Linux machine

ps aux | wc -l
View More
parthiban
answered Jun 18, 2018
Your Answer
||||
 
100:0