Jump to content

Command Crate ¿about?

List processes using TCP port 80 (lsof)

lsof -i TCP:80

Displays all processes that have open network connections or are listening on TCP port 80.

networking [kb:284]