I setup an Ubuntu 24 machine. I just wanted confirm what processes are serving 127.0.0.53:53 and 127.0.0.54:53 so I ran the below-mentioned command; however, I only see dash under PID/program columns. Please let me know if any work around.
mike@ubutnu24:~$ netstat -ntpl
(Not all processes could be identified, non-owned process info
will not be shown, you would have to be root to see it all.)
Active Internet connections (only servers)
Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
tcp 0 0 127.0.0.53:53 0.0.0.0:* LISTEN -
tcp 0 0 127.0.0.54:53 0.0.0.0:* LISTEN -
sudoor as root, you can't get the insights in that last column. – Thomas Ward Jul 29 '25 at 03:08