home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / unix / internal / 1942 < prev    next >
Encoding:
Internet Message Format  |  1992-11-08  |  820 b 

  1. Xref: sparky comp.unix.internals:1942 comp.unix.wizards:4564
  2. Path: sparky!uunet!cis.ohio-state.edu!ucbvax!mtxinu!sybase!larryj
  3. From: larryj@sybase.com (Larry Johnson)
  4. Newsgroups: comp.unix.internals,comp.unix.wizards
  5. Subject: Netstat output
  6. Keywords: netstat streams tcp/ip
  7. Message-ID: <25475@sybase.sybase.com>
  8. Date: 6 Nov 92 00:48:40 GMT
  9. Sender: news@Sybase.COM
  10. Lines: 10
  11.  
  12.  
  13. Given the following (truncated) output from the netstat command:
  14.  
  15. Active Internet connections
  16. Proto Recv-Q Send-Q  Local Address          Foreign Address        (state)
  17. tcp        0      0  oy.login               popeye.1023            ESTABLISHED
  18. tcp        0      0  oy.2010                popeye.1760            ESTABLISHED
  19.  
  20. why is it that under the local address column, one is identified by a
  21. name (login) and one by just a number (2010).
  22.