English | 简体中文 | 繁體中文 | Русский язык | Français | Español | Português | Deutsch | 日本語 | 한국어 | Italiano | بالعربية

Linux setconsole command

Linux Command大全

The Linux setconsole command is used to set the system terminal.

setconsole can be used to specify the system terminal.

Syntax

setconsole [serial][ttya][ttyb]

Parameters:

  • serial  Use the PROM terminal.
  • ttya,cua0 or ttyS0  Use the first serial port device as a terminal.
  • ttyb,cua1Or ttyS1  Use the second serial port device as a terminal.
  • video  Use the current card on the host as a terminal.

Online Examples

Set Terminal

# setconsole ttyS0

Linux Command大全