- To: slug@xxxxxxxxxxx
- Subject: Re: [SLUG] Security Breach
- From: John Clarke <johnc@xxxxxxxxxxxxxxxxxx>
- Date: Wed Feb 28 12:52:10 2001
- User-agent: Mutt/1.1.3i
To find out which process is listening on a port, use fuser, e.g.:
[root@dropbear ~]# fuser -n tcp 53
53/tcp: 17479
[root@dropbear ~]# ps ax|grep 17479
17479 ? S 0:29 named -u named
Cheers,
John
--
"Every time I have to pipe something into awk I get this mental picture of a
big fat seagull with stdin connected at the wrong end."
-- Arthur van der Harg