XK0-005 Exam Question 46

A Linux system is failing to boot. The following error is displayed in the serial console:
[[1;33mDEPEND[Om] Dependency failed for /data.
[[1;33mDEPEND[Om] Dependency failed for Local File Systems
...
Welcome to emergency mode! After logging in, type "journalctl -xb" to viewsystem logs, "systemct1 reboot" to reboot, "systemct1 default" to try again to boot into default mode.
Give root password for maintenance
(or type Control-D to continue}
Which of the following files will need to be modified for this server to be able to boot again?
  • XK0-005 Exam Question 47

    A junior administrator is setting up a new Linux server that is intended to be used as a router at a remote site.
    Which of the following parameters will accomplish this goal?
  • XK0-005 Exam Question 48

    A developer reported an incident involving the application configuration file /etc/httpd/conf/httpd.conf that is missing from the server. Which of the following identifies the RPM package that installed the configuration file?
  • XK0-005 Exam Question 49

    A non-privileged user is attempting to use commands that require elevated account permissions, but the commands are not successful. Which of the following most likely needs to be updated?
  • XK0-005 Exam Question 50

    An application developer received a file with the following content:
    ##This is a sample Image ##
    FROM ubuntu:18.04
    MAINTAINER [email protected]
    COPY . /app
    RUN make /app
    CMD python /app/app.py
    RUN apt-get update
    RUN apt-get install -y nginx
    CMD ["echo","Image created"]
    The developer must use this information to create a test bed environment and identify the image (myimage) as the first version for testing a new application before moving it to production. Which of the following commands will accomplish this task?