Rocky Linux中的服务管理命令是什么

寻技术 Linux 2024年12月21日 22

在Rocky Linux中,服务管理命令是systemctl。通过systemctl命令可以启动、停止、重启、查看状态、启用、禁用系统服务。例如,要启动一个名为httpd的服务,可以使用以下命令:

sudo systemctl start httpd

要停止该服务,可以使用以下命令:

sudo systemctl stop httpd

要查看该服务的状态,可以使用以下命令:

sudo systemctl status httpd

要启用该服务自动启动,可以使用以下命令:

sudo systemctl enable httpd

要禁用该服务自动启动,可以使用以下命令:

sudo systemctl disable httpd
关闭

用微信“扫一扫”