查看端口状态的命令lsof
使用方法:
lsof -i:80 #80对应HTTP端口
lsof -i:443 #443对应HTTPS端口
端口正常会输出状态 。
Related Issues not found
Please contact @VeitchKyrie to initialize the comment
lsof
使用方法:
lsof -i:80 #80对应HTTP端口
lsof -i:443 #443对应HTTPS端口
端口正常会输出状态 。
Related Issues not found
Please contact @VeitchKyrie to initialize the comment