[NTLUG:Discuss] Identifying port use in Linux
Seth Stone
seth at springboardgroup.com
Wed Aug 29 16:59:11 CDT 2001
At 04:46 PM 8/29/01 -0500, you wrote:
>
> I scanned my linux box with a windows program called Netranger, and
>it said under Trojans that my port 6000 (X-11-XWindows System or The Thing
>Trojan) and port 1024 says Netspy Trojan. How can I identify what ports are
>being used in linux, and what is using them? Thanks
my favorite is: netstat -an |grep LISTEN
you can then use the fuser command to identify what process is related to
the socket.
Seth
More information about the Discuss
mailing list