Access the Command Line Flashcards

1
Q

What is the Bash shell?

A

The command interpreter that prompts interactive users to specify Linux commands.

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

What option do many commands have that displays a usage message or screen?

A

–help

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

What are workspaces used for?

A

To organize multiple application windows.

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

Where is the Activities button located and what does it provide?

A

It’s located at the upper-left corner of the top bar and provides an overview mode that helps to organize windows and to start applications.

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

What does the file command do?

A

The file command scans the beginning of a file and displays what type it is.

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

What do the head and tail commands do?

A

Display the beginning and end of a file, respectively.

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

What does the tab completion do?

A

It is used to complete file names when typing them as arguments to commands.

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

What is the GUI used for and can it be disabled?

A

It is used for many administrative tasks and can be disabled to preserve resources for running applications.

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

What is a semicolon character use for? “;”

A

To write many commands in the same line.

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

What is the backslash used for? “"

A

To run a single command in multiple lines.

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