From 24e1c2748f607892bc5863fce052dea22c035f52 Mon Sep 17 00:00:00 2001 From: Ozdemircili Date: Mon, 26 Aug 2013 16:51:57 +0200 Subject: [PATCH] Added lsof cheatsheet --- cheatsheets/lsof | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cheatsheets/lsof b/cheatsheets/lsof index e69de29..a7f45fa 100644 --- a/cheatsheets/lsof +++ b/cheatsheets/lsof @@ -0,0 +1,3 @@ +# To find listening ports +lsof -Pnl +M -i4 +