Which of the following tools is commonly used for creating CI/CD pipelines?
A.
Chef
B.
Puppet
C.
Jenkins
D.
Ansible
Jenkins
A systems administrator has been tasked with disabling the nginx service from the environment to prevent it from being automatically and manually started. Which of the following commands will accomplish this task?
A.
systemctl cancel nginx
B.
systemctl disable nginx
C.
systemctl mask nginx
D.
systemctl stop nginx
systemctl mask nginx
A Linux administrator copied a Git repository locally, created a feature branch, and committed some changes to the feature branch. Which of the following Git actions should the Linux administrator use to publish the changes to the main branch of the remote repository?
A.
rebase
B.
tag
C.
commit
D.
push
commit
A systems administrator wants to test the route between IP address 10.0.2.15 and IP address 192.168.1.40. Which of the following commands will accomplish this task?
A.
route -e get to 192.168.1.40 from 10.0.2.15
B.
ip route get 192.163.1.40 from 10.0.2.15
C.
ip route 192.169.1.40 to 10.0.2.15
D.
route -n 192.168.1.40 from 10.0.2.15
ip route get 192.163.1.40 from 10.0.2.15
A systems administrator is tasked with setting up key-based SSH authentication. In which of the following locations should the administrator place the public keys for the server?
A.
~/.sshd/authkeys
B.
~/.ssh/keys
C.
~/.ssh/authorized_keys
D.
~/.ssh/keyauth
~/.ssh/authorized_keys
Page 16 out of 73 Pages |
Previous |