What we’ll cover Opening a terminal emulator Logging into a tty terminal
To reach command-line interface On a GUI: use a terminal emulator app Access a virtual terminal (also called a "virtual console")
To reach a virtual terminal Ctrl + Alt + F2 reaches tty2 Ctrl + Alt + F3 reaches tty3 Ctrl + Alt + F4 reaches tty4 Ctrl + Alt + F5 reaches tty5
To return to GUI from virtual terminal Depends on configuration Try the following key combinations in this order: Ctrl + Alt + F1 Ctrl + Alt + F7 Ctrl + Alt + F6
What we covered Opening a terminal emulator Logging into a tty terminal