User Tools

Site Tools


cs101:cli

Command Line Interface

A command line interface (CLI) is a type of human-computer interface (i.e., a way for humans to interact with computers) that relies solely on textual input and output. That is, the entire display screen, or the currently active portion of it (Window, Terminal), shows only characters (and no images), and input is usually performed entirely with a keyboard.

A command line is a space on the display screen in which commands (i.e., instructions telling a computer to do something) are typed in by the user. Pressing the ENTER key after typing in a command causes that command to be passed to the shell. A shell, also referred to as a command interpreter, is a program that provides the CLI as well as reads commands that are typed on a keyboard and then executes (i.e., runs) them. The results of executing many, but not all, commands are also shown on the command line.

cs101/cli.txt · Last modified: 2018/11/09 13:57 by localadmin