|
shell脚本-lnmp一键部署
创建文件lnmp.sh启动lnmp.sh查看网络状态- [root@localhost init.d]# netstat -tunlp
- Active Internet connections (only servers)
- Proto Recv-Q Send-Q Local Address Foreign Address State PID/Program name
- tcp 0 0 127.0.0.1:9000 0.0.0.0:* LISTEN 1394/php-fpm: maste
- tcp 0 0 0.0.0.0:80 0.0.0.0:* LISTEN 924/nginx: master p
- tcp 0 0 0.0.0.0:22 0.0.0.0:* LISTEN 918/sshd
- tcp6 0 0 :::3306 :::* LISTEN 1356/mysqld
- tcp6 0 0 :::22 :::* LISTEN 918/sshd
- udp 0 0 0.0.0.0:68 0.0.0.0:* 718/dhclient
- udp 0 0 127.0.0.1:323 0.0.0.0:* 661/chronyd
- udp6 0 0 ::1:323 :::* 661/chronyd
复制代码 测试一下
来源:https://www.cnblogs.com/xuxuxuxuxu/p/17558015.html
免责声明:由于采集信息均来自互联网,如果侵犯了您的权益,请联系我们【E-Mail:cb@itdo.tech】 我们会及时删除侵权内容,谢谢合作! |
本帖子中包含更多资源
您需要 登录 才可以下载或查看,没有账号?立即注册
x
|