Ad

charmi
asked Feb 02 2018
Answer
You can use below command, it will also shows you which process is taken by which user
ps -ef --forest | grep user

parthiban
asked Feb 09 2018
edited Oct 05 2018
How to check the user for a service
Hi all, i use command ps aux | grep user to know which service is running by which user. And i want to know is there any other alternative command for this same task?