Question 156

A Linux administrator retrieved a repository of files from a Git server using git clone. The administrator wants to see if a configuration file was added to the repository. Which of the following Git arguments should be used to see the recent modifications?
  • Question 157

    A technician needs to install the package, tar,gz, which contains the source code of custom software The technician downloaded the file in /crap Which of the following commands should the technician use to install the executable? (Select Two.)
  • Question 158

    A developer wrote a custom version of the /bin/password command and placed it in /usr/local/bin/password. The new command needs to write to the /etc/paaawd file even when executed by a regular user. Which of the following commands should the administrator run to set the proper file permissions on this file?
    A)

    B)

    C)

    D)
  • Question 159

    An administrator needs to kill the oldest Bash shell running in the system. Which of the following commands should be issued to accomplish this task?
  • Question 160

    A Linux administrator needs to give user2 full permissions to the /opt/share/test directory. Permission for user1 and group2 must remain the same. The administrator runs the Is-Id /opt/share/test/ command and receives the output below:

    Which of the following command is the BEST to perform this task?