查看“Systemctl 常用命令”的源代码
←
Systemctl 常用命令
跳到导航
跳到搜索
因为以下原因,您没有权限编辑本页:
您所请求的操作仅限于该用户组的用户使用:
用户
您可以查看与复制此页面的源代码。
<pre> 如何激活服务并在启动时启用或禁用服务(即系统启动时自动启动服务) systemctl is-active ssh.service # systemctl enable ssh.service # systemctl disable ssh.service 如何屏蔽(让它不能启动)或显示服务(如 httpd.service) # systemctl mask httpd.service ln -s '/dev/null' '/etc/systemd/system/httpd.service' # systemctl unmask httpd.service rm '/etc/systemd/system/httpd.service' </pre> =参考= [ http://man.linuxde.net/systemctl systemctl命令 ] [https://linux.cn/article-5926-1.html systemctl 命令完全指南]
返回至
Systemctl 常用命令
。
导航菜单
个人工具
登录
名字空间
页面
讨论
变种
视图
阅读
查看源代码
查看历史
更多
搜索
导航
首页
我的导航
关于我
shell
python
ops
linuxchina.net
blog.linuxchina
最近更改
随机页面
帮助
工具
链入页面
相关更改
特殊页面
页面信息