mirror of https://github.com/cheat/cheat.git
Added lsof cheatsheet
This commit is contained in:
parent
c6ba4c79df
commit
24e1c2748f
|
@ -0,0 +1,3 @@
|
|||
# To find listening ports
|
||||
lsof -Pnl +M -i4
|
||||
|
Loading…
Reference in New Issue