This command displays a list of all files, sockets, and devices currently open/used by processes.
I use this command to know what is running on a port, in this case 8080
lsof -i :8080
01/01/2026
This command displays a list of all files, sockets, and devices currently open/used by processes.
I use this command to know what is running on a port, in this case 8080
lsof -i :8080