XK0-005 Exam Question 51

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).
  • XK0-005 Exam Question 52

    An organization's business office needs to collaborate on quarterly reports and asks the systems administrator to create a finance group. The administrator creates the following directory: drwxrwxr-x Business Business
    |j096 Oct 15 16:40 Q1
    Which of the following commands will allow all members of the finance group to have group ownership of all files created in the Q1 directory while ensuring that members of the business group preserve access? (Select two).
  • XK0-005 Exam Question 53

    A cloud engineer needs to launch a container named web-01 in background mode. Which of the following commands will accomplish this task''
  • XK0-005 Exam Question 54

    A new drive was recently added to a Linux system. Using the environment and tokens provided, complete the following tasks:
    * Create an appropriate device label.
    * Format and create an ext4 file system on the new partition.
    The current working directory is /.

    XK0-005 Exam Question 55

    After connecting to a remote host via SSH, an administrator attempts to run an application but receives the following error:
    arduino
    Error: cannot open display:
    Which of the following should the administrator do to resolve this error?