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?

CentOS Linux Processor Add a comment
henry
asked Jun 12 2018

Answer

0

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

ps aux | wc -l
Add a comment
parthiban
asked Jun 18 2018
edited Oct 05 2018
Post your Answer