Linux Terminal Glossary
›
Administration
ps aux | grep nginx
Category:
Administration
ps aux | grep nginx
Copy command
Find all processes matching nginx
Combines ps aux with grep to find processes whose name or command contains 'nginx'. A common way to check if a service is running.
Looking for more?
Search all 7,657 commands
— works offline, in English or Spanish, and fixes typos.