Antoine Duval wrote:
> 
> hi,
> I've installed the mandrake 7.0 without problem, but I've a question :
> What is this service on port 1024 (SECURE_LEVEL=3) ?
> 
> $ nmap localhost
> Starting nmap V. 2.12 by Fyodor ([EMAIL PROTECTED], www.insecure.org/nmap/)
> Interesting ports on localhost.localdomain (127.0.0.1):
> Port    State       Protocol  Service
> 21      open        tcp        ftp
> 23      open        tcp        telnet
> 80      open        tcp        http
> 111     open        tcp        sunrpc
> 515     open        tcp        printer
> 1024    open        tcp        unknown
> 6000    open        tcp        X11
> 
> Nmap run completed -- 1 IP address (1 host up) scanned in 0 seconds
> 
> antoine

Try running "fuser -v -n tcp 1024" and it shall give you the process
that has opened it.

Reply via email to