Chapter 2: Flashcards

1
Q

What is the default shell in Linux called?

a. SH
b. BSH
c. CSH
d. BASH

A

d. BASH

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

What equivalent to the man command generally provides an easier-to-read description of the queried command and contains links to other related information?

a. who 	
b. man help 	
c. man -descriptive 	
d. info
A

d. info

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

What command can you use to safely shut down the Linux system immediately?

a. shutdown -c 	
b. shutdown -r 	
c. down 	
d. halt
A

d. halt

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

What command is equivalent to the man –k keyword command?

a. find keyword 	
b. man keyword 	
c. apropos keyword 	
d. appaloosa keyword
A

c. apropos keyword

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

Which of the following is not a piece of information that the Fedora installation program prompts you for?

a. time zone 	
b. installation destination 	
c. firewall settings 	
d. installation language
A

c. firewall settings

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

Linux commands entered via the command line are not case sensitive. True or False?

a. True
b. False

A

b. False

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

Which command blanks the terminal screen, erasing previously displayed output?

a. erase 	
b. clean 	
c. blank 	
d. clear
A

d. clear

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

When sitting at a computer running Linux, what key combination do you press to open the graphical terminal?

a. Ctrl+Alt+G 	
b. Ctrl+Alt+F4 	
c. Ctrl+Alt+F1 	
d. Ctrl+7
A

c. Ctrl+Alt+F1

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

To install Linux within a virtual machine, you can specify the path to an ISO image that contains the Linux installation media within virtualization software without having to first write the ISO image to a DVD or USB flash drive. True or False?

a. True
b. False

A

a. True

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

After you log in to a terminal, you receive a user interface called a ________.

a. GUID 	
b. shell 	
c. text box 	
d. command screen
A

b. shell

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

Users enter commands directly to the kernel of the Linux operating system. True or False?

a. True
b. False

A

b. False

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

How can you protect a metacharacter (such as the $ character) from shell interpretation?

a. Precede it with a /. 	
b. Follow it with a \. 	
c. Precede it with a $. 	
d. It cannot be done as metacharacters are essential. 	
e. Precede it with a \.
A

e. Precede it with a .

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

You know a Linux command will perform a desired function for you, but you cannot remember the full name of the command. You do remember it will flush a variable from your system. Which command typed at a command prompt displays a list of commands that would likely contain the command you desire?

a. man –k flush 	
b. man –k find all 	
c. man flush 	
d. man –key flush
A

a. man -k flush

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

Which command displays the users who are currently logged in to the Linux system?

a. finger 	
b. who 	
c. id 	
d. date
A

b. who

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

Which prompt does the root user receive when logged in to the system?

a. $ 	
b. @ 	
c. # 	
d. !
A

c. #

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

Which prompt do regular users receive when logged in to the system?

a. $ 	
b. @ 	
c. # 	
d. !
A

a. $

17
Q

Which of the following refers to the third primary partition on the second SAS hard disk within Linux?

a. hdb2 	
b. sda3 	
c. hdb3 	
d. sdb3
A

d. sdb3

18
Q

Which two partitions do you typically create at minimum during a Fedora Linux installation? (Choose two answers.)

a. /
b. /boot
c. swap
d. /home

A

a. / and c. swap

19
Q

If you boot your computer from Linux live media, you will be able to use a fully-functional Linux system prior to installing Linux on permanent storage. True or False?

a. True
b. False

A

a. True

20
Q

Which of the following is not an example of virtualization software that can be used to install Linux within another operating system?

a. Oracle VirtualBox 	
b. Microsoft Hyper-V 	
c. Spiceworks 	
d. VMWare
A

c. Spiceworks