Open a console

From Linuxintro

A console allows you to issue commands via the keyboard that will be executed by the computer. The theoretical background is very well explained on wikipedia. When asking for help e.g. in irc forums, it is very common that you will be asked to open a console. You can do this by pressing ALT_F2 and then typing xterm and enter. If xterm does not work, try gnome-terminal.

Snapshot-xterm.png

Pictured: An xterm console on a computer named tweedleburg

Let's look at a typical example in text form. Hover over the text to see what is what:

tweedleburg:~ # uname -a
Linux tweedleburg 3.4.42-2.28-desktop #1 SMP PREEMPT Mon Apr 29 09:18:32 UTC 2013 (a7a14eb) x86_64 x86_64 x86_64 GNU/Linux

See also