Ad
henry
asked Jun 12 2018
Answer
You can simply use the below command to count the total no of process in your Linux machine
ps aux | wc -l
parthiban
asked Jun 18 2018
edited Oct 05 2018
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?