Logged in user

  • Thread starter Thread starter Daniel Rudy
  • Start date Start date
D

Daniel Rudy

How do I see who is logged into a computer from the command line? I'm doing
this remotely using a telnet session.


Thanks.
 
How do I see who is logged into a computer from the command line? I'm
doing this remotely using a telnet session.


Thanks.

Are you telnetting into a Linux box? Then use who to get a listing of logged
in users.
 
* Daniel Rudy said:
How do I see who is logged into a computer from the command line?
I'm doing this remotely using a telnet session.

PsLoggedOn from sysinternals.com does that. Look for the PS Tools package.

Also NTLast from foundstone.com might be useful (displays n last logons).

By the way: Why are you using TELNET? I hope you are at the very least
using NTLMv2 authentification! Better use SSH:
http://sshwindows.sourceforge.net/

SSH Client: http://sourceforge.net/projects/leputty


HTH
 
Back
Top