当前位置: 代码迷 >> 综合 >> centos7 常用服务操作命令
  详细解决方案

centos7 常用服务操作命令

热度:95   发布时间:2023-11-22 02:58:03.0

 

linux常用服务的启动、停止、重启操作
服务/操作 启动 停止 重启
apache systemctl start httpd systemctl stop httpd systemctl restart httpd
nginx systemctl start nginx systemctl stop nginx systemctl restart nginx
mysql systemctl start mysqld systemctl stop mysqld systemctl restart mysqld
php-fpm systemctl start php-fpm systemctl stop php-fpm systemctl restart php-fpm