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?

charmi
asked Feb 1, 2018
1 Answer
0

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

ps -ef --forest | grep user
View More
parthiban
answered Feb 9, 2018
Your Answer
||||
x
 
100:0

Related Tutorials in How to check the user for a service

Related Tutorials in How to check the user for a service