Thursday, May 28, 2009

Linux - count my processes

Whenever I'm in need to count how many processes are running on my Linux box I use:

ps aux | wc -l


2 comments: