Question 126

Joe, a user, reports there is data missing after a reboot of the system he is using. The data he was working on was located in /opt/data/user1. A Linux administrator runs the following commands and receives the resulting output.

Which of the following should the administrator perform to resolve the issue?
  • Question 127

    A systems administrator needs to allow the Linux server to receive HTTP connections from Internet hosts. By default, the port for HTTP connections is blocked. Which of the following rules should be added in the firewall to allow this type of connection?
  • Question 128

    A junior administrator is installing kernel modules. The administrator is given a checklist that outlines the following tasks to be completed:
    Display currently installed module version.
    Display which modules loaded at startup.
    Which of the following commands would be used to accomplish these tasks? (Choose two.)
  • Question 129

    Which of the following is a difference between YAML and JSON?
  • Question 130

    A Linux administrator must identify a user with high disk usage. The administrator runs the # du -s /home/* command and gets the following output:

    Based on the output, User3 has the largest amount of disk space used. To clean up the file space, the administrator needs to find out more information about the specific files that are using the most disk space.
    Which of the following commands will accomplish this task?