5 lines
86 B
Bash
Executable File
5 lines
86 B
Bash
Executable File
echo "=== 需要查看的端口号:"
|
|
read -p ">>> " PORT
|
|
|
|
netstat -tunlp | grep $PORT
|