Answers for "How to find a process running on a linux machine from terminal"

0

How to find a process running on a linux machine from terminal

ps -aux | grep <process name>
Posted by: Guest on March-20-2022

Code answers related to "How to find a process running on a linux machine from terminal"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language