On Tue, 27 May 2003 13:01:08 -0600 Bear Giles <[EMAIL PROTECTED]> wrote: > At bit more generally, on Unix/Linux you can use "netstat -l" to > list all of the "listeners", then use lsof or fuser to identify > the owning process.
Under linux, you can do it in one go with "netstat -lp" Add -n to avoid name lookups. Matt --------------------------------------------------------------------------- ----------------------------------------------------------------------------
