> Hi,
>
> Is there any command to find out which port is being used by which process
> and command and who has issued
>  the command ?
>
> eg: From the netstat command we see the listof ports used.
>      How can we see which process isusing that process.
>     Which user has issued this command , and when ?
>


netstat -ltp  - Will give you program name/pid.
netstat -ap   which process which port
netstat -nl   will scan all ports



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1
_______________________________________________
linux-india-help mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/linux-india-help

Reply via email to