TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [TCLUG:19428] identifying the program listening at a port
Ben Beuchler wrote:
>
> nmap is showing me a couple of odd ports open on one of my boxes. These
> ports are not listed in /etc/services and I don't seem to have anything
> unexpected in my process table...
I'd bet they're your NIS/NFS/blah stuff..
> Anyone know of a program that will identify which app/pid/whatever is
> listening at a specified port?
I usually use something like this:
lsof | grep IPv4
which gives a pretty good list of what is open..
--
_ _ _ _ _ ___ _ _ _ ___ _ _ __ Energizer Bunny Arrested!
/ \/ \(_)| ' // ._\ / - \(_)/ ./| ' /(__ Charged with battery.
\_||_/|_||_|_\\___/ \_-_/|_|\__\|_|_\ __)
[ Mike Hicks | http://umn.edu/~hick0088/ | mailto:hick0088@tc.umn.edu ]