from small one page howto to huge articles all in one place
Last additions:
May 25th. 2007:
April, 26th. 2006:
| You are here: manpages
CHVT
Section: User Commands (1) Updated: 24 October 2024 Index
Return to Main Contents
NAME
chvt - change foreground virtual terminal
SYNOPSIS
chvt
[ ,option/...]
[ ,N/]
DESCRIPTION
The command
chvt
N
makes
/dev/ttyN
the foreground terminal.
(The corresponding screen is created if it did not exist yet.
To get rid of unused VTs,
use
deallocvt(1).)
The key combination
(Ctr-)LeftAl-F N
(with
N
in the range -12) usually has a similar effect.
OPTIONS
- -C, --console=,DEV/
-
the console device to be used.
- -V, --version
-
print version number.
- -h, --help
-
print this usage message.
AUTHORS
Andries Brouwer < aeb@cwi.nl>
SEE ALSO
deallocvt(1),
openvt(1)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- OPTIONS
-
- AUTHORS
-
- SEE ALSO
-
|