HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

chvt — Change foreground virtual terminal. More information: <https://manned.org/chvt>.

Submitted by: @import:tldr-pages··
0
Viewed 0 times
virtualterminalforegroundcommandchvtclichangemore
linux

Problem

How to use the chvt command: Change foreground virtual terminal. More information: <https://manned.org/chvt>.

Solution

chvt — Change foreground virtual terminal. More information: <https://manned.org/chvt>.

Change to a specific TTY:
sudo chvt {{3}}

Code Snippets

Change to a specific TTY

sudo chvt {{3}}

Context

tldr-pages: linux/chvt

Revisions (0)

No revisions yet.