Objective 1.3XK0-005

1.3 Given a scenario, configure and manage storage using the appropriate tools.

Objective 1.3 sits in System Management, which carries 32% of the Linux+ exam. The questions below are original, written from the official objective title above, and each explanation cites the CompTIA page it rests on.

Objective title verbatim from the official objectives. CompTIA exam page

A worked example

Shown solved, with the whole explanation open: this is what every question here carries.

1-3System ManagementModerate

A boot script must mount every filesystem listed in /etc/fstab in one command. Which invocation does that?

mount -lmount -l lists mounted filesystems with labels.
mount -aCorrect · your answerCorrect. mount -a mounts everything fstab lists.
mount --all-targetsNo --all-targets mount form exists; that is a findmnt idiom.
mount -o defaults-o defaults sets options for one mount, not the whole table.

Correct.

Concept

The table of usual mounts exists so the system can bring storage up as a set rather than device by device.

Why B

mount -a causes all filesystems mentioned in fstab, filtered by type or options if given, to be mounted as indicated, and it is usually run from a boot script.

#mount#fstab

Now you: objective 1.3 questions

No account needed. The explanation opens when you answer.

Sample question 1 of 3

1-3System ManagementModerate

A technician can mount a backup volume by typing only its mount point, with no device named. What makes that shorthand work?

Sample question 2 of 3

1-3System ManagementModerate

A shared workstation must let any signed-in user mount a removable data volume without sudo. Which fstab option provides exactly that?

Sample question 3 of 3

1-3System ManagementHard

On a modern system /etc/mtab is a symbolic link to /proc/mounts rather than a regular file. What is the stated reason?

Full Linux+ question bank coming

We’re writing the complete bank from the official objectives right now. Leave your email and we’ll tell you when it ships, nothing else, ever.

Read the sources

These are the official pages the questions above cite. Reading them is studying the objective from the primary source, which is what the explanations point you toward anyway.

More objectives in System Management