在centos下我们操作命令行后,
需要进行启动、停止或重启等操作。
下面记录一下便于以后自己使用。
apache
systemctl start httpd // 启动
systemctl stop httpd // 停止
systemctl restart httpd // 重启
mysql
systemctl start mysqld // 启动
systemctl stop mysqld // 停止
systemctl restart mysqld // 重启
php-fpm
systemctl start php-fpm // 启动
systemctl stop php-fpm // 停止
systemctl restart php-fpm // 重启
nginx
systemctl start nginx // 启动
systemctl stop nginx // 停止
systemctl restart nginx // 重启
以上程序:xxx
service xxx start // 启动
service xxx stop // 停止
service xxx restart // 重启
本文为冯奎原创文章,转载无需和我联系,但请注明来自冯奎博客fengkui.net
最新评论