17 LINUXUNIX Virtual Terminals
17 LINUXUNIX Virtual Terminals
Linux is a multi-user system, which allows many users to work on it simultaneously. So what if different users need to work
on the same system at a time? How do you do that? This is where we need the virtual terminals, let us learn about them.
Virtual Terminals are similar to Terminal that you have been using so far. They are used for executing commands and
offering input. The only difference is that you cannot use the mouse with the Virtual Terminals. Therefore, you need to know
the keyboard shortcuts.
Virtual Terminals enable a number of users to work on different programs at the same time on the same computer. This is
the reason they are one of the most distinguished features of Linux.
at is Database SQL
1) Press Ctrl+Alt+F1
To which virtual terminal you are working on, note tty given at the top.
tty is the teletype number which you can also know by typing the command "tty".
Ctrl + Alt + F7
Shortcut Function
Home or Ctrl + a Move the cursor to the start of the current line
End or Ctrl + e Move the cursor to the end of the current line
Ctrl + k Delete the line from the cursor position to the end
reset Reset the terminal
Summary:
Virtual terminals are CLIs which execute the user commands
There are six virtual terminals which can be launched using the shortcut keys
They offer multi-user environment, and up to six users can work on them at the same time
Unlike terminals, you cannot use mouse with virtual terminals
To launch a virtual terminal press Ctrl+Alt+F(1 to 6) on the keyboard
Use the same command for navigating through the different terminals
To return to the home screen of the Linux system, use Ctrl+Alt+F7 and it would take to you the terminal