可以使用systemctl来启动/停止/重启服务。
要启动一个服务,你需要使用如下命令:
# systemctl start httpd.service
这会启动httpd服务,对我们而言就是Apache HTTP服务器。
要停止它,需要以root身份使用该命令:
# systemctl stop httpd.service
如果要重启,你可以使用restart选项,如果服务在运行中,它将重启服务;如果服务不在运行中,它将会启动。
推荐教程:centos教程
Atas ialah kandungan terperinci centos怎么启动服务. Untuk maklumat lanjut, sila ikut artikel berkaitan lain di laman web China PHP!