摘要:
查找进程 ps -ef|grep nginx 2杀死进程 killall -9 nginx 1. centos下 如果出现: -bash: killall: command not found yum install psmisc -y 1 2. debian、ubuntu系统下 apt-get i 阅读全文
posted @ 2020-10-22 13:51
番茄的梦想
阅读(87)
评论(0)
推荐(0)
|
摘要:
查找进程 ps -ef|grep nginx 2杀死进程 killall -9 nginx 1. centos下 如果出现: -bash: killall: command not found yum install psmisc -y 1 2. debian、ubuntu系统下 apt-get i 阅读全文
posted @ 2020-10-22 13:51
番茄的梦想
阅读(87)
评论(0)
推荐(0)
|