mirror of
https://github.com/Erreur32/cheat.git
synced 2024-12-22 21:52:12 +01:00
New lsof cheat
This commit is contained in:
parent
9e1ea4fae4
commit
6abab41aa6
1 changed files with 4 additions and 1 deletions
|
@ -1,2 +1,5 @@
|
|||
# To find listening ports
|
||||
# To find listening ports:
|
||||
lsof -Pnl +M -i4
|
||||
|
||||
# To find which program is using the port 80:
|
||||
lsof -i TCP:80
|
Loading…
Reference in a new issue