Linux setconsole命令
Linux 教程
· 2019-02-17 15:44:49
Linux setconsole命令用于设置系统终端。
setconsole可用来指定系统终端。
语法
setconsole [serial][ttya][ttyb]
参数:
- serial 使用PROM终端。
- ttya,cua0或ttyS0 使用第1个串口设备作为终端。
- ttyb,cua1或ttyS1 使用第2个串口设备作为终端。
- video 使用主机上的现卡作为终端。
实例
设置终端
# setconsole ttyS0
点击查看所有 Linux 教程 文章: https://www.codercto.com/courses/l/14.html
The Little Typer
Daniel P. Friedman、David Thrane Christiansen、Duane Bibby、Robert Harper、Conor Mcbride / MIT Press / 2018-10-16 / GBP 30.00
An introduction to dependent types, demonstrating the most beautiful aspects, one step at a time. A program's type describes its behavior. Dependent types are a first-class part of a language, and are......一起来看看 《The Little Typer》 这本书的介绍吧!