< Virtual terminals >
Another way of getting to the CLI is to leave the GUI completely. You could do this by shutting down the X Window System, but you probably don't want to do that. Instead, you can just switch to another virtual terminal, while the X Window System is still running. By default, Linux usually has six virtual terminals and the seventh one is where X is running. Pressing Ctrl+Alt+F1 takes you to the first virtual terminal, Ctrl+Alt+F2 takes you to the second virtual terminal, and so on. So, you can switch the virtual terminals by pressing Ctrl, Alt and the function key with the number of the desired terminal.
When you're in the virtual terminals, you're not in the GUI (X Window System) anymore, you're only in the CLI. But although you're not in X anymore, you didn't shut it down. It's still happily running in the seventh virtual terminal, so you can just switch back there normally with Ctrl+Alt+F7.
You probably see a login:
prompt in the virtual terminals. However, instead of the login:
prompt, you might also see weird text filling the whole screen. Don't worry, the weird text is just the messages that X is displaying. This is normal and you shouldn't worry about it. Just switch to another virtual terminal and everything's cool again.
When the terminal displays the login:
prompt, you can just type in your user name and log in normally in the terminal. After logging in you'll get the same bash shell. Now go ahead and try out the virtual terminals if you want, but don't forget to come back with Ctrl+Alt+F7.