I pressed Ctrl+Alt+F3 by a mistake and then my computer showed a fullscreen terminal asking for my password and username, How do I get out of that?
Asked
Active
Viewed 6.0k times
1 Answers
19
Linux systems come with a bunch of virtual terminals, or VTs. Your graphical user interface on Ubuntu runs on VT7, and VT1 to VT6 allow you to login via command line.
You switched to VT3. Press Ctrl+Alt+F7 to get back.
From 17.10 onwards VT1 is used for the display manager ("login screen"), the standard X session uses VT2. Hence we have VT3 as the first usable VT.
Also see Why is my GDM at a different TTY than my desktop environment? for more about the origin of this change.

Pablo Bianchi
- 15,657

Mahesh
- 12,738
s/Ctrl/Alt/
in my previous comment. Alt is always needed, it's Ctrl that isn't and it's Alt+right arrow that cycles. I deleted my previous comment since it was misleading. – terdon Nov 08 '14 at 19:22