nixCraft Linux / UNIX Newsletter

Link to [RSS/Feed] nixCraft: Linux Tips, Hacks, Tutorials, And Ideas In Blog Format

Remove grep command while grepping using ps command

Posted: 21 Dec 2019 11:22 AM PST


I use ps command to find out all running process on my Linux and Unix system. The ps command shows information about a selection of the active processes on shell. You may also pipe out ps command output through grep command to pick up desired output. Let us see how to prevent 'grep' from showing up in ps results?

The post Remove grep command while grepping using ps command appeared first on nixCraft.

How do I count how many processes are running in Linux?

Posted: 21 Dec 2019 03:12 AM PST

How do I see how many processes are running in Linux? How can count all running processes in Linux?

The post How do I count how many processes are running in Linux? appeared first on nixCraft.