Results 1 to 2 of 2
I have executed command "nmap localhost" and received 2 open ports:
111/tcp open rpcbind
32770/tcp open sometimes-rpc3
There is no such demon - rpcbind
Whether I can close these 2 ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-20-2004 #1Just Joined!
- Join Date
- Aug 2004
- Posts
- 6
Close 2 ports ?
I have executed command "nmap localhost" and received 2 open ports:
111/tcp open rpcbind
32770/tcp open sometimes-rpc3
There is no such demon - rpcbind
Whether I can close these 2 ports?
- 08-20-2004 #2Linux Guru
- Join Date
- Apr 2003
- Location
- London, UK
- Posts
- 3,284
run "netstat -atop" as root and you should get a PID (Process ID) and an local application name. You can kill that process (kill <PID>) or uninstall that application.


Reply With Quote
