Terminal is a full-screen text mode program that provides a Command-Line Interface (CLI) to the software on a Linux system. Users type (sometimes cryptic) commands to perform file management, system administration, or in fact almost anything that can be done within Linux that does not involve graphics or video.
For example, typing pwd (Print name of current/Working Directory) at the command line in the home directory gives that location, and typing ls at the command line lists the content of the current directory.
Terminal is provided with Sugar. However, by default it is not selected for display in the Home view as a Favorite.
Examples: pwd and ls, as shown above
ls | grep "Sugar"
Get a listing of the current directory, but show only lines where the file or directory name includes the text “Sugar”. The | symbol, pronounced pipe, represents the data link between the programs.
grep -h
Usage: grep [OPTION]... PATTERN [FILE]...
Try `grep --help' for more information.
The man and info utilities are also available, except on particularly small computers like the OLPC XO.
Terminal is essential to learning advanced Linux functions, such as system administration, compiling software, and many other such topics.
Users have the option of installing text-mode software that works in a terminal window. Examples include text editors such as pico, or file managers.
See the FLOSS Manuals manuals
Please report bugs and make feature requests at terminal-activity/issues.