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
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