Chapter 5 - Key Terms Flashcards

1
Q

Bash

A

The most commonly used shell for Linux distributions.

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

PATH environment variable

A

Variable containing a list that defines which directories the shell looks in for commands.

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

echo

A

Command that displays output in the terminal.

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

export

A

Command that turns a local variable into an environment variable

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

history

A

Command that outputs a list of previously executed commands.

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

type

A

Command that determines information about command type.

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