Jump to content

Who is logged in

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
3 replies to this topic

#1
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
Connected via SSH is there a command to tell who is logged in? Is there a command to tell all http connections to the machine?

#2
Jame

Jame

    Learning Programmer

  • Members
  • PipPipPip
  • 32 posts
You can use the command

# who

or just
# w


Which will give you a list of all users logged into the system (locally or over the wire). Man who for more info.

#3
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
"w" seems to give more ouput. I like that one better.

#4
Tor

Tor

    Programming Expert

  • Members
  • PipPipPipPipPipPip
  • 486 posts
I found "netstat" for http connections. Works great :)