0

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?

Chown Services Add a comment
charmi
asked Feb 02 2018

Answer

0

You can use below command, it will also shows you which process is taken by which user

ps -ef --forest | grep user
Add a comment
parthiban
asked Feb 09 2018
edited Oct 05 2018
Post your Answer