From 5e6e9e5e0da86194278787ad9fef7b1b44ed9542 Mon Sep 17 00:00:00 2001 From: Managor <42655600+Managor@users.noreply.github.com> Date: Sat, 16 Aug 2025 10:21:07 +0300 Subject: [PATCH] chvt: add page (#17654) --- 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 0000000000..8586699542 --- /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}}`