UnixPedia : HPUX / LINUX / SOLARIS: HPUX : how to check port is listening to what

Friday, March 1, 2013

HPUX : how to check port is listening to what

how to check port is listening to what

 

#-> whereis /opt/atdd/bin/lsof

lsof: /opt/atdd/bin/lsof /opt/OMImag/bin/lsof

 

#-> /opt/atdd/bin/lsof -i :8014

COMMAND  PID   USER   FD   TYPE             DEVICE SIZE/OFF NODE NAME

icman   3366 fs3adm   20u  IPv4 0xe00000039a4a8580      0t0  TCP dbcifs3.na.jnj.com:8014 (LISTEN)

icman   3366 fs3adm   42u  IPv4 0xe000000302290580      0t0  TCP dbcifs3.na.jnj.com:8014->null-e07bf88fb608.jjcus.na.jnj.com:3792 (ESTABLISHED)

No comments:

Post a Comment