Create, View, and Edit Text Files Flashcards

1
Q

What are three standard communication channels for running programs, or processes?

A

standard input, standard output, and standard error.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is I/O redirection used for?

A

To read standard input of another process and can format output or build complex commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What are pipelines used for?

A

To connect standard output from one process to the standard input of another process and can format output or build complex commands.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is the recommended command-line text editor option?

A

Vim is the recommended option because it is commonly installed by default in Linux distributions.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What do shell variables do?

A

Help to run commands and are unique to a shell session.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What are environment variables used for?

A

To modify the behavior of the shell or the processes.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly