parent
29d9f9808d
commit
c2d0b9de8c
|
|
@ -156,5 +156,8 @@ lsof -i:9981 -P -t -sTCP:LISTEN
|
||||||
```shell
|
```shell
|
||||||
lsof $filename
|
lsof $filename
|
||||||
```
|
```
|
||||||
|
查看端口占用
|
||||||
|
```shell
|
||||||
|
lsof -i:$port
|
||||||
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue