Linux 常见服务启动、重启、关闭命令
Nginx
- 查看状态
1 | [root@caoxl ~]# service nginx status |
- 启动
1 | [root@caoxl ~]# service nginx start |
- 重启
1 | [root@caoxl ~]# service nginx restart |
- 停止
1 | [root@caoxl ~]# service nginx stop |
Apache
1 | service httpd start // 启动 |
MySQL
1 | service mysql start // 启动 |
php-fpm
- 启动
1 | [root@caoxl ~]# service php-fpm start |
- 重启
1 | [root@caoxl ~]# service php-fpm restart |
- 停止
1 | [root@caoxl ~]# service php-fpm stop |
防火墙
1 | service iptables status // 状态 |
系统重启命令
shutdown
poweroff
reboot
halt
init