2

Can any one please tell me how can I display a count of the processes on my system in a form like count process_name

2
  • and what system is that? Commented Oct 31, 2010 at 18:27
  • my shell is Bash. I am using Ubuntu. Thanks Commented Oct 31, 2010 at 18:29

1 Answer 1

4

ps aux | wc -l

or I think it's summarized in "top"

Sign up to request clarification or add additional context in comments.

1 Comment

Thanks a lot for your quick answer. I didn't thought about it before. that was very helpful.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.