home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.unix.internals:1943 comp.unix.wizards:4565 comp.unix.questions:13116
- Newsgroups: comp.unix.internals,comp.unix.wizards,comp.unix.questions
- Path: sparky!uunet!zaphod.mps.ohio-state.edu!rpi!fitzgb
- From: fitzgb@mml0.meche.rpi.edu (Brian Fitzgerald)
- Subject: Re: Netstat output
- Message-ID: <tql1x8l@rpi.edu>
- Followup-To: comp.unix.questions
- Nntp-Posting-Host: mml0.meche.rpi.edu
- Organization: Rensselaer Polytechnic Institute, Troy, NY
- References: <25475@sybase.sybase.com>
- Date: Sun, 8 Nov 1992 05:53:14 GMT
- Lines: 17
-
- Larry Johnson writes:
- >Given the following (truncated) output from the netstat command:
- >
- >Active Internet connections
- >Proto Recv-Q Send-Q Local Address Foreign Address (state)
- >tcp 0 0 oy.login popeye.1023 ESTABLISHED
- >tcp 0 0 oy.2010 popeye.1760 ESTABLISHED
- >
- >why is it that under the local address column, one is identified by a
- >name (login) and one by just a number (2010).
-
- Because login is in /etc/services. 1023, 2010, and 1760 are not.
- The addresses are internet domain socket addresses.
-
- Followup to comp.unix.questions.
-
- Brian
-