Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
count active users including su shells [solved]
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo
View previous topic :: View next topic  
Author Message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Fri Nov 04, 2011 6:13 am    Post subject: count active users including su shells [solved] Reply with quote

Hello,

I need to track how much users are logged on the machine I use.

I know I can see them using who | awk '{ print $1 }' | sort | uniq, problem is that this doesn't shows users that are logged in using su <user> or sh - <user> commands.

is there any way to find these users too?
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein


Last edited by DaggyStyle on Fri Nov 04, 2011 7:44 am; edited 1 time in total
Back to top
View user's profile Send private message
truc
Advocate
Advocate


Joined: 25 Jul 2005
Posts: 3199

PostPosted: Fri Nov 04, 2011 7:42 am    Post subject: Reply with quote

Code:
ps --no-headers -ao %U | sort -u


Listed users could just have a something running and are not logged in for sure, but may be that helps?
_________________
The End of the Internet!
Back to top
View user's profile Send private message
DaggyStyle
Watchman
Watchman


Joined: 22 Mar 2006
Posts: 5910

PostPosted: Fri Nov 04, 2011 7:43 am    Post subject: Reply with quote

truc wrote:
Code:
ps --no-headers -ao %U | sort -u


Listed users could just have a something running and are not logged in for sure, but may be that helps?

seems right!

Thanks!
_________________
Only two things are infinite, the universe and human stupidity and I'm not sure about the former - Albert Einstein
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Other Things Gentoo All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum