a = show processes for all users
u = display the process’s user/owner
x = also show processes not attached to a terminal
Great command when we need to know which user is running the process
ps aux
ps aux | grep php
ps aux | grep apache
a = show processes for all users
u = display the process’s user/owner
x = also show processes not attached to a terminal
Great command when we need to know which user is running the process
ps aux
ps aux | grep php
ps aux | grep apache