Find running process by name

ps aux | grep <process>
Kategory
linux processes
Description
Lists all running processes and filters the output to find processes whose name or arguments match the given keyword.
Kontributor
iarc13
Upvotes
▲ 0