On Sat, Mar 23, 2002 at 01:21:11AM +1100, Christopher Booth wrote: > I did a nmap scan of myself tonight and noticed that I have something call smux open >on port 199 > 199/tcp open smux > > I have no idea what is using this port at all or why.
I've no idea either, but... You could try using netstat -nltp | grep 199 or fuser -n tcp 199 These should both be able to show you which process is listening on that port, which may help. Both will need to be run as root to return results on processes not owned by your user. -Andrew. -- SLUG - Sydney Linux User Group Mailing List - http://slug.org.au/ More Info: http://lists.slug.org.au/listinfo/slug
