1. 加粗样式systemctl list-units --all --type=service #查看所有服务
2. systemctl list-units --type=service #查看所有已经启动的服务
3. systemctl enable sshd ##设置开机启动sshd服务或工具
4. systemctl disable sshd ##设置关闭开机启动sshd服务或工具
5. systemctl is-enabled sshd ##检查sshd服务是否开机启动