How to change of terminal in command-line with Linux

Changing of TTY (TeleTYpewriter), text console or text terminal without keyboard shortcut may be useful for remote administration or virtualization. So to change of TTY in CLI (Command-Line Interface) you need root power:

1
chvt N

where N is the terminal number.

And if you want to know witch terminal you are using you can use:

1
fgconsole
Share