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

avatar
作者
筋斗云
阅读量:0

在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 

    广告一刻

    为您即时展示最新活动产品广告消息,让您随时掌握产品活动新动态!