telint命令 – 切换运行等级
telint命令用于切换当前正在运行的Linux系统的运行等级。
**语法格式:** telint [参数]
**常用参数:**
| -t | 指定等待的秒数 |
| ---- | ---------------- |
**参考实例**
切换当前正在运行的Linux系统的运行等级:
```
[root@anycode ~]# telint -t 1000
```
游戏&开发