Linux Virtual Terminals
As you all know, linux is a multi-user system. This means that you can login as two or more different users at the same time. To switch between virtual terminals, you can use the keyboard combination (Ctrl-)Left Alt-FN, where N is in range 1-12).
You can also switch to any virtual terminal from the command line using chvt
chvt 5
Switches to the virtual terminal number 5.
Happy coding
Please, share your thoughts !!
