Question 26

A Linux administrator opens a ticket to have an external hard drive mounted. As a security policy, external storage kernel modules are disabled.
Which of the following is the BEST command for adding the proper kernel module to enable external storage modules?
  • Question 27

    An administrator notices the HISTSIZEvariable is 50, using the commands below:
    HISTSIZE=50
    export HISTSIZE
    The administrator rechecks the HISTSIZEvalue using echo HISTSIZEbut gets no value. Which of the following commands should the administrator use to retrieve its value?
  • Question 28

    A networked has been crashing intermittently. A Linux administrator would like to write a shell script that will attempt to ping the server and email an alert if the server fails to respond. The script will later be scheduled via cron job.
    Which of the following scripts would BEST accomplish this task?
  • Question 29

    The Apache web server was recently installed on a Debian/Ubuntu server. The web server fails and a review of log messages on another partition reveals the installation was not completed properly due to lack of disk space.
    After clearing the files, the systems administrator has requested the installation to be performed again.
    Which of the following command lines will perform this task? (Choose two.)
  • Question 30

    An administrator has written the following Bash script:

    All necessary files exist in the correct locations. However, when the administrator executes /home/user/test.sh the following error is received:
    No such file or directory
    Which of the following is the MOST likely cause of the error?