Using the Command LineObjectives
Using the Command Line Objectives Use a terminal to run commands. Linux Text Interface Before screens were common on computers, the operating system output was displayed on automated typewriters connected to a mainframe over a telephone line. Modern computers use a text interface to interact with system features. The Linux text interface is technically known as the TTY, which stands for teletypewriter. This type of interface is commonly referred to as a command-line interface (CLI). Multiple Login Sessions Linux runs virtual consoles to allow users independent login sessions. These virtual consoles are also referred to as TTY consoles. The first TTY runs the GNOME Desktop Manager (GDM) service, in which you log in to the system. When you log in to the GNOME desktop, your session occupies the second TTY automatically. Even with a graphical environment enabled, you can log in to your local machine by using a text-only console. To use a text-only console, switch to an unused TTY. For exam...