Exam 2: Linux Installation and Usage
Exam 1: Introduction to Linux50 Questions
Exam 2: Linux Installation and Usage50 Questions
Exam 3: Exploring Linux Filesystems50 Questions
Exam 4: Linux Filesystem Management50 Questions
Exam 5: Linux Filesystem Administration50 Questions
Exam 6: Linux Server Deployment50 Questions
Exam 7: Working With the Bash Shell50 Questions
Exam 8: System Initialization and X Windows50 Questions
Exam 9: Managing Linux Processes50 Questions
Exam 10: Common Administrative Tasks50 Questions
Exam 11: Compression, System Backup, and Software Installation50 Questions
Exam 12: Network Configuration50 Questions
Exam 13: Configuring Network Services50 Questions
Exam 14: Troubleshooting, Performance, and Security50 Questions
Select questions type
What is the recommended size for the /home directory?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
Explain what a journaling file system is, and detail the benefits of using such a filesystem.
Free
(Essay)
4.8/5
(37)
Correct Answer:
A journaling filesystem keeps track of the information written to the hard disk in a journal. If you copy a file on the hard disk from one directory to another, that file must pass into physical memory and then be written to the new location on the hard disk. If the power to the computer is turned off during this process, information might not be transmitted as expected and data might be lost or corrupted. With a journaling filesystem, each step required to copy the file to the new location is first written to a journal; this means the system can retrace the steps the system took prior to a power outage and complete the file copy.
What metacharacter indicates background command execution?
Free
(Multiple Choice)
4.9/5
(38)
Correct Answer:
C
Explain what the man pages and info pages are, and describe the differences between the two.
(Essay)
4.9/5
(34)
Match each correct item with the statement below.
a.BASH shell
b.ext4
c.filesystem
d.GUID Partition Table
e.ISO image
f.journaling
g.Master Boot Record (MBR)
h.shell
i.terminal
j.virtual memory
-The area of a typical hard disk (< 2TB) outside a partition that stores partition information and boot loaders
(Short Answer)
4.8/5
(34)
What is the minimum number of user accounts that must be created at install time?
(Multiple Choice)
4.8/5
(36)
Which Linux command can be utilized to display your current login name?
(Multiple Choice)
4.9/5
(32)
Match each correct item with the statement below.
a.BASH shell
b.ext4
c.filesystem
d.GUID Partition Table
e.ISO image
f.journaling
g.Master Boot Record (MBR)
h.shell
i.terminal
j.virtual memory
-An improved version of the ext3 filesystem, with an extended feature set and better performance
(Short Answer)
4.8/5
(32)
The process of ______________ requires that each user must log in with a valid user name and password before gaining access to a user interface.
(Short Answer)
4.8/5
(30)
What two commands below will halt a Linux system immediately?
(Multiple Choice)
4.8/5
(34)
Some Linux distributions have the ability to boot an image from install media and run entirely from RAM. What is the name for this kind of image?
(Multiple Choice)
4.8/5
(27)
What two disk systems allow for the use of more than four hard drives or SSDs in a single system?
(Multiple Choice)
4.9/5
(43)
Match each correct item with the statement below.
a.BASH shell
b.ext4
c.filesystem
d.GUID Partition Table
e.ISO image
f.journaling
g.Master Boot Record (MBR)
h.shell
i.terminal
j.virtual memory
-The channel that allows a certain user to log in and communicate with the kernel via a user interface
(Short Answer)
4.7/5
(34)
The apropos list command produces the same results as which command below?
(Multiple Choice)
4.7/5
(38)
Match each correct item with the statement below.
a.BASH shell
b.ext4
c.filesystem
d.GUID Partition Table
e.ISO image
f.journaling
g.Master Boot Record (MBR)
h.shell
i.terminal
j.virtual memory
-A user interface that accepts input from the user and passes the input to the kernel for processing.
(Short Answer)
4.9/5
(26)
A(n) _________________________ specifies the parameters that tailor a command to the particular needs of the user.
(Short Answer)
4.9/5
(27)
Match each correct item with the statement below.
a.BASH shell
b.ext4
c.filesystem
d.GUID Partition Table
e.ISO image
f.journaling
g.Master Boot Record (MBR)
h.shell
i.terminal
j.virtual memory
-A filesystem function that keeps track of the information that needs to be written to the hard disk or SSD in a journal.
(Short Answer)
4.8/5
(36)
What metacharacter can be used to issue two commands to be run in consecutive order, without piping or redirecting output?
(Multiple Choice)
4.8/5
(36)
To print the current date and time, type the command _________________________.
(Short Answer)
4.8/5
(38)
A calendar for the current month can be shown on the command line by issuing which command?
(Multiple Choice)
4.9/5
(35)
Showing 1 - 20 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)