← Useful Tips
SSH / ServerSsh

ps aux | grep program: Find a running process by name

Use ps aux | grep program to find a running process by name. It cuts friction in remote-server work and long-running jobs.

ps aux | grep program

Why it helps

Use ps aux | grep program to find a running process by name. It cuts friction in remote-server work and long-running jobs.

How to use it

  1. Open the relevant app or terminal.
  2. Use the shortcut or command above in the relevant context.
  3. Check the result; for commands that change data, test on a small example first.
People also search for
ps aux | grep program: Find a running process by nameps aux | grep programfind a running process by namehow to find a running process by nameSSH / Server find a running process by name

Related tips