Latest web development tutorials

Linux setconsole command

Linux command Daquan Linux command Daquan

Linux setconsole command sets the terminal.

setconsole used to specify system terminal.

grammar

setconsole [serial][ttya][ttyb]

Parameters:

  • Use PROM serial terminal.
  • ttya, cua0 or ttyS0 serial device using the first one as a terminal.
  • ttyb, cua1 or ttyS1 use the first two serial devices as a terminal.
  • now use video card on the host as a terminal.

Examples

Set the terminal

# setconsole ttyS0

Linux command Daquan Linux command Daquan