Practice Quiz #4 Flashcards

1
Q

To access the third virtual console, you would press which hot keys.

A

ctrl+alt+F3

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q
Which wildcard character is used to represent only one character?
A. Asterisk (*)
B. Exclamation point (!)
C. Question mark (?)
D. Tilde (~)
A

C. Question mark (?)

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

True or False: Once you know the shell, you will always be able to work on any Linux or UNIX-like system.

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q
Which command illustrates how to obtain helpful documentation for the ls command?
A. man ls
B. help ls
C. doc ls
D. find ls
A

A. man ls

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

The ______ is an extra piece of information that tells the command what to work on.

A

argument

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

True or False: Virtual consoles are an easy way to have multiple shells open and active at once.

A

True

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

True or False: Many administrative tools require root permission.

A

True

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

True or False: You can change the prompt to display any characters or information you want.

A

True

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

The bash shell can auto-complete filenames. Just enter the first characters of a filename and press the ____ key.

A

tab

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

The default number of commands history remembers is ____.

A

1,000

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

True or False: Linux distros are restricted to a single shell installed.

A

False

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

Although the shell is less intuitive than GUI, most Linux experts consider the shell to be _______.

A

more powerful than GUIs.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q
Which of the following displays kernel information? 
A. uname -a
B. top --show-kernel 
C. kernel
D. None of the above
A

A. uname -a

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

The ______ pages provide description, syntax, and options for commands.

A

man

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

The ____ symbol is the prompt for the root user.

A

#

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

No matter what Linux distribution you use, you always have the _______ program available.

17
Q
Which executable filename is used for the Bourne shell?
A. bash
B. ksh
C. csh
D. sh
18
Q

True or False: All Linux distros have a graphical user interface installed by default

19
Q

The ____ symbol is the prompt for regular users.

20
Q

What is the command syntax that all Linux commands follow?

A

command -options arguments

21
Q

True or False: To save typing, you can edit and repeat commands from your shell history.

22
Q

To use the Bash shell command completion feature, press the ____ key.

23
Q

All commands are

A. UPPERCASE ONLY
B. it doesn’t matter the case as long as you spell it correctly
C. lowercase only
D. mixture of Uppercase and lowercase

A

C. lowercase only

24
Q

If you use the su command without an argument, it defaults to the root user, which changes the prompt to a ____ symbol.

25
True or False: The command-line prompt varies depending on the shell.
True
26
Is considered the standard shell for Linux
bash
27
original shell created by Bourne
sh
28
default shell for Ubuntu users
dash