Cheatsheet: Find Listening Ports
Using lsof
Find the process listening on a specific port
List all network connections and listening processes
Using netstat
Find the process ID and details for a specific port
List all listening processes
Using ss
Find details about a specific port
List all listening processes
Using fuser
Find the process using a specific port