CompTIA Linux+ Exam XK0-005 Question # 98 Topic 10 Discussion

CompTIA Linux+ Exam XK0-005 Question # 98 Topic 10 Discussion

XK0-005 Exam Topic 10 Question 98 Discussion:
Question #: 98
Topic #: 10

A Linux administrator is troubleshooting a systemd mount unit file that is not working correctly. The file contains:

[root@system] # cat mydocs.mount

[Unit]

Description=Mount point for My Documents drive

[Mount]

What=/dev/drv/disk/by-uuid/94afc9b2-ac34-ccff-88ae-297ab3c7ff34

Where=/home/user1/My Documents

Options=defaults

Type=xfs

[Install]

WantedBy=multi-user.target

The administrator verifies the drive UUID correct, and user1 confirms the drive should be mounted as My Documents in the home directory. Which of the following can the administrator

do to fix the issues with mounting the drive? (Select two).


A.

Rename the mount file to home-user1-My\x20Documents.mount.


B.

Rename the mount file to home-user1-my-documents.mount.


C.

Change the What entry to /dev/drv/disk/by-uuid/94afc9b2\-ac34\-ccff\-88ae\-297ab3c7ff34.


D.

Change the Where entry to Where=/home/user1/my\ documents.


E.

Change the Where entry to Where=/home/user1/My\x20Documents.


F.

Add quotes to the What and Where entries, such as What="/dev/drv/disk/by-uuid/94afc9b2-ac34-ccff-88ae-297ab3c7ff34" and Where="/home/user1/My Documents".


Get Premium XK0-005 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.