123123
摘要: 1.ssh端口位置 vim /etc/ssh/sshd_config 2.NGINX位置 3.查看进程,,kill进程 ps -ef:grep nginx ;kill -quit 12345 ;pkill -9 nginx 4.查看端口占用 netstat -ntlp 5.定时 yum instal 阅读全文
posted @ 2020-04-13 12:03 qlmm 阅读(111) 评论(0) 推荐(0)
123123