mirror of
https://github.com/cheat/cheat.git
synced 2026-05-28 03:58:44 +02:00
6 lines
106 B
Plaintext
6 lines
106 B
Plaintext
# To find listening ports:
|
|
lsof -Pnl +M -i4
|
|
|
|
# To find which program is using the port 80:
|
|
lsof -i TCP:80
|