From c6cacd067db44b353a81a4375cad5e01a2765b5b Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Wed, 13 Aug 2025 16:13:41 +0300 Subject: [PATCH] Create chvt.md --- pages/linux/chvt.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 pages/linux/chvt.md diff --git a/pages/linux/chvt.md b/pages/linux/chvt.md new file mode 100644 index 00000000000000..85866995427002 --- /dev/null +++ b/pages/linux/chvt.md @@ -0,0 +1,8 @@ +# chvt + +> Change foreground virtual terminal. +> More information: . + +- Change to a specific TTY: + +`sudo chvt {{3}}`