码迷,mamicode.com
首页 > 其他好文 > 详细

lnmp各模块指令

时间:2019-12-12 10:19:05      阅读:89      评论:0      收藏:0      [点我收藏+]

标签:logrotate   端口   ini   init   命令   tst   quit   reload   状态   

//检测后台进程是否存在
ps -ef |grep redis

//检测6379端口是否在监听
netstat -lntp | grep 6379

LNMP状态管理命令:

LNMP 1.2+状态管理: lnmp {start|stop|reload|restart|kill|status}
LNMP 1.2+各个程序状态管理: lnmp {nginx|mysql|mariadb|php-fpm|pureftpd} {start|stop|reload|restart|kill|status}
LNMP 1.1状态管理: /root/lnmp {start|stop|reload|restart|kill|status}
Nginx状态管理:/etc/init.d/nginx {start|stop|reload|restart}
MySQL状态管理:/etc/init.d/mysql {start|stop|restart|reload|force-reload|status}
Memcached状态管理:/etc/init.d/memcached {start|stop|restart}
PHP-FPM状态管理:/etc/init.d/php-fpm {start|stop|quit|restart|reload|logrotate}
PureFTPd状态管理: /etc/init.d/pureftpd {start|stop|restart|kill|status}
ProFTPd状态管理: /etc/init.d/proftpd {start|stop|restart|reload}
Redis状态管理: /etc/init.d/redis {start|stop|restart|kill}

lnmp各模块指令

标签:logrotate   端口   ini   init   命令   tst   quit   reload   状态   

原文地址:https://www.cnblogs.com/codeninja/p/12027609.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!