Create, View, and Edit Text Files Flashcards
What are three standard communication channels for running programs, or processes?
standard input, standard output, and standard error.
What is I/O redirection used for?
To read standard input of another process and can format output or build complex commands.
What are pipelines used for?
To connect standard output from one process to the standard input of another process and can format output or build complex commands.
What is the recommended command-line text editor option?
Vim is the recommended option because it is commonly installed by default in Linux distributions.
What do shell variables do?
Help to run commands and are unique to a shell session.
What are environment variables used for?
To modify the behavior of the shell or the processes.