mirror of
https://github.com/Erreur32/cheat.git
synced 2024-11-14 08:01:16 +01:00
5 lines
106 B
Text
5 lines
106 B
Text
# To find listening ports:
|
|
lsof -Pnl +M -i4
|
|
|
|
# To find which program is using the port 80:
|
|
lsof -i TCP:80
|