共计 307 个字符,预计需要花费 1 分钟才能阅读完成。
在 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
丸趣 TV 网 – 提供最优质的资源集合!
正文完