Question 226

A systems administrator is configuring options on a newly installed Linux VM that will be deployed to the Pacific time zone. Which of the following sets of commands should the administrator execute to accurately configure the correct time settings?
cd /etc
  • Question 227

    An operator finds a user is having issues with opening certain files.
    Which of the following commands would allow the security administrator to list and check the SELinux context?
  • Question 228

    A systems administrator notices several intensive tasks executing from users Joe and Ann. These processes are impacting server operations but must be allowed to continue running.
    Which of the following commands should the systems administrator run to reduce the impact on the server?
  • Question 229

    Ann, a user, has created a new directory and noticed that permissions on the new directory are as follows:
    drwx------. 1 ann ann 0 Jun 11 08:20 work
    Which of the following should the administrator do to restore default permissions for newly created directories?
  • Question 230

    The following represents a partial listing of a user's .bashrc file:
    HISTSIZE=800
    HISTFILESIZE=1000
    umask 2002
    HISTCONTROL=ignoreboth
    When the user opens a terminal, an error message appears:
    Octal number out of range
    Which of the following lines in the partial .bashrc should be modified to prevent the error from occurring?