LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Security (https://www.linuxquestions.org/questions/linux-security-4/)
-   -   unknown port 746 (https://www.linuxquestions.org/questions/linux-security-4/unknown-port-746-a-273848/)

Linux~Powered 01-04-2005 03:49 PM

unknown port 746
 
I ran nmap on my box today and found that port 746 is open. This port wasn't open before. I can't find out what program is using this port to shut it down either. When I netstat -tulap I get...
tcp 0 0 *:746 *:* LISTEN root 1386 -
tcp 0 0 *:ssh *:* LISTEN root 1398 -

I tried using iptables to block it, but it opens another port. Any ideas what this might be and how I can shut it down if I don't need it running? All nmap tells me is...

746/tcp open unknown

saravkrish 01-04-2005 04:18 PM

Try netstat -nap
It lists the programs that have a port open.

~Sarav

Capt_Caveman 01-04-2005 09:35 PM

Also try looking up the process id (PID) that is listed:
tcp 0 0 *:746 *:* LISTEN root 1386

Use cat /proc/1386/cmdline

m4dj4ck 01-05-2005 10:37 AM

try to use this command :-

fuser -v 746/tcp

or

netstat -tlnp

Hope this helps. cheers!


All times are GMT -5. The time now is 06:05 PM.