Find listeners on localhost

Submitted by admin on Mon, 09/27/2021 - 10:30

Find everything running on localhost that's listening for a connection:

sudo lsof -i -P | grep LISTEN