Jan 282009
Find the number of running processes on your system
Answer:
With a simple command, you can find the number of running processes on your system.
# ps ax | wc -l | tr -d " "
64
Linux Ask! is a Q & A web site specific for Linux related questions. Questions are collected, answered and audited by experienced Linux users.
Find the number of running processes on your system
Answer:
With a simple command, you can find the number of running processes on your system.
# ps ax | wc -l | tr -d " "
64