From: "Stanislav Malyshev a.k.a Frodo" <[EMAIL PROTECTED]>
> M>> How can i see who is connected to my server via http ?
> 
> netstat -ta | grep :www | grep ESTABLISHED

Why "-ta"?  the "-a" adds unconnected server listening sockets,
they'll never be "established", by definition.

--Amos
--Amos Shapira                  | "Of course Australia was marked for
                                |  glory, for its people had been chosen
[EMAIL PROTECTED]             |  by the finest judges in England."
                                |                         -- Anonymous

=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]

Reply via email to