在CentOS 7中,可以通过以下步骤配置开机自启动:
systemctl list-unit-files --type=service
sshd
为例):systemctl is-enabled sshd
systemctl enable sshd
systemctl disable sshd
sshd
为例):systemctl status sshd
注意:在CentOS 7中,使用systemctl
命令可以方便地管理系统服务,需要使用root
权限或者sudo
来执行这些命令。