Summary
The
terminal_emulator opens a
command_line to the system. The
shell reads your
command and its
arguments. The
prompt shows the current
working_directory. A
path points to files and directories. Input and output use
stdin,
stdout, and
stderr. Press
ctrl_c to stop a running program. Use
history to recall prior commands. Remember: the terminal displays text, the shell executes it, and commands navigate the file system and run programs.