XK0-005 Exam Question 36

An administrator installed an application from source into /opt/operations1/ and has received numerous reports that users are not able to access the application without having to use the full path /opt/operations1/bin
/*. Which of the following commands should be used to resolve this issue?
  • XK0-005 Exam Question 37

    A cloud engineer needs to check the link status of a network interface named eth1 in a Linux server. Which of the following commands can help to achieve the goal?
  • XK0-005 Exam Question 38

    Linux system users report that over the past few months, a server has stopped responding at least twice each day. Every time this happens, the users have to restart the server to recover it. A systems administrator diagnosing the issue collects the following outputs:
    csharp
    Output 1
    [Tue Aug 31 16:36:42 2021] oom-killer invoked by java: gfp_mask=0x280da2 order=0, oom_score_adj=0
    [Tue Aug 31 16:36:42 2021] java cpuset=/ mems_allowed=0
    makefile
    Output 2
    [root@server]# free -m
    total used free shared buff/cache available
    Mem: 15819 15026 174 92 619 134
    Swap: 0 0 0
    Which of the following is the best permanent resolution for the system?
  • XK0-005 Exam Question 39

    A systems administrator is enabling LUKS on a USB storage device with an ext4 filesystem format. The administrator runs dmesg and notices the following output:

    Given this scenario, which of the following should the administrator perform to meet these requirements?
    (Select three).
  • XK0-005 Exam Question 40

    A Linux administrator has installed a web server, a database server, and a web application on a server. The web application should be active in order to render the web pages. After the administrator restarts the server, the website displays the following message in the browser: Error establishing a database connection. The Linux administrator reviews the following relevant output from the systemd init files:

    The administrator needs to ensure that the database is available before the web application is started. Which of the following should the administrator add to the HTTP server .service file to accomplish this task?