[OLUG] Unknown Services

W. Mark Hagler hagler at th.in.gs
Sat Feb 5 04:59:30 UTC 2000


You can use the 'fuser' command to track it down.  There are several
uses for fuser.  The most common is to use fuser on a file to tell which
process ID's have a handle open to that file.

On Linux, fuser is also useful to look at socket usage.  Try running
this, as root:

fuser 1055/tcp

It should return a number, which is the pid of the process that is
listening there.  You can then use 'ps' to figure out exactly what it
is.

-Mark


Chris Garrity wrote:
> 
>         How can shutdown an 'unknown' service?  'netstat -tac' show me a tcp
> service open on '*:1055' and scanning that port verifies this... how can
> I close it? What can I do to track this down?
> 
> _Chris
> 
> -------------------------------------------------------------------------
> Sent by OLUG Mailing list Manager, run by ezmlm.  http://olug.bstc.net/
> To unsubscribe: `echo unsubsribe | mail olug-unsubscribe at bstc.net`

-- 
  Email is packaged by intellectual weight, not volume. Some
  settling of contents may have occurred during transmission.

-------------------------------------------------------------------------
Sent by OLUG Mailing list Manager, run by ezmlm.  http://olug.bstc.net/ 
To unsubscribe: `echo unsubsribe | mail olug-unsubscribe at bstc.net` 



More information about the OLUG mailing list