文件管理 · 2022年02月20日 0

setconsole命令 – 设置系统终端

setconsole命令用于设置系统终端,可用来指定系统终端。 **语法格式:** setconsole [参数] **常用参数:** | serial | 使用PROM终端 | | ----------- | ---------------------------- | | ttya,cua0 | 使用第1个串口设备作为终端 | | ttyb,cua1 | 使用第2个串口设备作为终端 | | video | 使用主机上的现卡作为终端 | **参考实例** 设置终端: ``` [root@anycode ~]# setconsole ttyS0 ```