当在systemctl上运行RHEL6命令时,它给出了:
systemctl
RHEL6
# systemctl --version bash: systemctl: command not found
哪个软件包处理它和如何安装?
发布于 2017-01-10 10:26:48
在RHEL 6上没有systemd (所以任何systemctl命令),它是在RHEL 7中引入的。
systemd
https://unix.stackexchange.com/questions/336249
相似问题