Category: linux

Subcategory: processes

Value: ps aux | grep <process>

Miniscription: Find running process by name

Description: Lists all running processes and filters the output to find processes whose name or arguments match the given keyword.

Kontributer: iarc13