<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Jan 9, 2014 at 3:24 PM, Noah <span dir="ltr"><<a href="mailto:noah-list@enabled.com" target="_blank">noah-list@enabled.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi there,<br>
<br>
how can I figure out what process is answering port 53?  bind9-host is installed but is there a command to see the process bound to a particular port?<br>
<br>
lsof -i:53 -t<br>
netstat -nlp<br>
<br>
root@virt:/etc/init.d# netstat -nlp | grep 53<br>
unix  2      [ ACC ]     STREAM     LISTENING     2530     2986/master        private/relay<br>
unix  2      [ ACC ]     STREAM     LISTENING     2533     2986/master        public/showq<br>
unix  2      [ ACC ]     STREAM     LISTENING     2536     2986/master        private/error<br>
unix  2      [ ACC ]     STREAM     LISTENING     2539     2986/master        private/retry<br>
unix  2      [ ACC ]     STREAM     LISTENING     73379    26723/apache2       /var/run/apache2/cgisock.3253<br></blockquote><div><br></div><div>Did you try nmap at all? </div></div></div></div>