Linux上查看端口占用

1.Linux上查看占用端口的程序:
lsof -i :80 |grep "(LISTEN)"

以上命令查看80端口占用情况

2.查看cygwin的版本
cygcheck -c cygwin

你可能感兴趣的:(linux)