Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

owners command

Status
Not open for further replies.

Guest_imported

New member
Jan 1, 1970
0
Hi,
the owners command of HP is a script :-
netstat -n | grep ESTAB | /usr/sbin/itest

i tried to found what /usr/sbin/itest does , but couldn't find what it does in this script.
Can anyone help me?
thanx.
 
Basically, itest finds the user name that is assiciated with each open port. I don't know the internals of how it works, but you can get similar info from lsof.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top