在CentOS 7中,可以通過以下步驟配置開機(jī)自啟動(dòng):
systemctl list-unit-files --type=service
sshd
為例):systemctl is-enabled sshd
systemctl enable sshd
systemctl disable sshd
sshd
為例):systemctl status sshd
注意:在CentOS 7中,使用systemctl
命令可以方便地管理系統(tǒng)服務(wù),需要使用root
權(quán)限或者sudo
來執(zhí)行這些命令。