Tagged Questions
0
votes
2answers
247 views
What is the meaning of this result from running 'lsof -i:8080'?
When I run the following command:
lsof -i:8080
This is the result:
node 32419 root 6u IPv4 122865 TCP localhost.localdomain:webcache (LISTEN)
That result is different from that of ...