XK0-006 Exam Question 51

A Linux administrator receives reports about MySQL service availability issues. The administrator observes the following information:
uptime -p shows the system has been up for only 2 minutes
journalctl shows messages indicating:
mysqld invoked oom-killer
mysqld cpuset=/ mems_allowed=0
Which of the following explains why the server was offline?
  • XK0-006 Exam Question 52

    A DevOps engineer needs to create a local Git repository. Which of the following commands should the engineer use?
  • XK0-006 Exam Question 53

    A Linux user runs the following command:
    nohup ping comptia.com &
    Which of the following commands should the user execute to attach the process to the current terminal?
  • XK0-006 Exam Question 54

    A Linux user frequently tests shell scripts located in the /home/user/scripts directory. Which of the following commands allows the user to run the program by invoking only the script name?