您的位置:首页 > 其它

systemctl命令用法及常用服务

2016-07-06 09:34 393 查看
转自 : http://blog.csdn.net/julius819/article/details/7665679

任务指令
使某服务开机启动ystemctl enable httpd.service
使某服务开机不启动systemctl disable httpd.service
检查服务状态systemctl status httpd.service
显示所有已启动的服务systemctl –type=service
启动某服务systemctl start httpd.service
停止某服务systemctl stop httpd.service
重启某服务systemctl restart httpd.service
常用服务
network
firewalld
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: