This commit is contained in:
Chris Lane
2013-09-01 13:30:44 -04:00
2 changed files with 6 additions and 1 deletions

View File

@ -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