Thursday, April 18, 2024
7
rated 0 times [  7] [ 0]  / answers: 1 / hits: 12092  / 2 Years ago, fri, march 18, 2022, 12:53:40

To expand on this question: users command lists 5 of the same users...Is this normal?



How can I track down what each user is doing or what service/app/request spawned another login of that user?



EDIT: https://askubuntu.com/a/115028/38901 answer from the previous post offers the solution of using who which is useful to see where the user is. Still, any way to see what?


More From » command-line

 Answers
5

You can use who command to see where your users have logged in
eg. tty, pseudo terminals, etc.



you can also use



ps -ef


from your terminal to see what all users are doing


[#39736] Friday, March 18, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
skipu

Total Points: 366
Total Questions: 114
Total Answers: 112

Location: Saudi Arabia
Member since Mon, Sep 5, 2022
2 Years ago
;