On Thu, 01 Feb 2001, Pietro Cagnoni wrote: > > Second question. I have a mystery service running on port 1024. I > fairly > > certain I haven't been hacked, but, who knows? When I do a "nmap > > localhost" port 1024 shows up as "unknown". How can I find out which > > daemon is bound to 1024? Thanks in advance! > > fuser 1024/tcp # as root! > > man fuser tells a lot of cool stuff! read it, and enjoy! > > pietro.
right. And 1024 is the first of unassigned ports, used temporarily for backchannel ... greetings, martin