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 lablsof 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