How to View the Running Processes of Any User in SSH? Print

  • 0

We can check the currently running process in Linux by using the following command – 

# ps -aufx

For a Particular User

# ps -aufx | grep username

For a Particular Service

# ps -aufx | grep service_name


Was this answer helpful?

« Back

chat