# Basic networking operations ## Find process binding a port # specifically tcp lsof -i tcp:8000 # any protocol lsof -i :8000 ## DNS DNS lookup: drill [record type] So to lookup TXT records, drill host.com TXT