centos7运行级别命令
时间: 2023-10-09 22:17:04 浏览: 81
centos7操作命令1
CentOS 7 的运行级别命令为:
1. 查看当前运行级别:`systemctl get-default`
2. 修改默认运行级别:`systemctl set-default <target>`
3. 切换运行级别:`systemctl isolate <target>`
4. 列出所有可用的运行级别:`systemctl list-units --type=target`
阅读全文