postNodejs
lsof
list open files
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
list open files
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