Showing just a few processes that match a specific wording
If it is needed to show only specific processes that match specific wording, then it is possible to filter the list of all processes by a specific word. It can be done by adding grep command after the output of all processes is given. For example ‘ps -aux | grep ‘process name’.
Only processes that match specific wording of the grep command will be shown.
Comments
Post a Comment