1
0
Эх сурвалжийг харах

replaced {{8080}} with {{port}} to follow format conventions.

Yoshinari Takaoka 9 жил өмнө
parent
commit
7d7a50568f
1 өөрчлөгдсөн 1 нэмэгдсэн , 1 устгасан
  1. 1 1
      pages/common/lsof.md

+ 1 - 1
pages/common/lsof.md

@@ -9,7 +9,7 @@
 
 - find the process that opened a local internet port
 
-`lsof -i :{{8080}}`
+`lsof -i :{{port}}`
 
 - only output the process PID (e.g. to pipe into kill)