mirror of
https://github.com/cheat/cheat.git
synced 2025-11-04 15:55:27 +01:00
New lsof cheat
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user