Question 36

You have been asked to parse a log file of logins to determine various information about who is logging in and when.
INSTRUCTIONS
Open and inspect the Login log file.
Drag and drop the correct commands onto the output that was generated from that command.
Tokens can be used only once and not all will be used.
If at any time you would like to bring back the initial state of the simulation, please click the Reset All button.

Question 37

A user wants to list the lines of a log, adding a correlative number at the beginning of each line separated by a set of dashes from the actual message. Which of the following scripts will complete this task?
  • Question 38

    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?
  • Question 39

    A junior Linux administrator is setting up system-wide configuration settings. The goal is to ensure the PATH environment variable includes the following locations for all users who log into a Linux system.

    The administrator issues the following commands at the terminal:

    Respectively, the output of these commands is as follows:

    Given this output, which of the following would be the BEST action for the administrator to perform to address this issue?
  • Question 40

    Which of the following BEST describes containers running on a Linux system?