kamil@dev:~$
postNodejs

lsof

list open files

Kamil MrowkaKamil Mrowka
2026-01-011 min read

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