Skip to main content
DevOpsLabTH.dev

Finding which process owns a port with lsof

lsof lists open files, and sockets are files. Use lsof -i to map a port number back to the process that opened it, the classic answer to who is on port 8080.

Sign in to start the lab