Which of the following commands can show this information?
A new disk was presented to a server as /dev/ sdd. The systems administrator needs to check if a partition table is on that disk. Which of the following commands can show this information?A . IsscsiB . fdiskC . blkidD . partprobeView AnswerAnswer: B Explanation: The command that can be...
Which of the following commands will accomplish this task?
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 . systemct1 cancel nginxB . systemct1 disable nginxC . systemct1 mask nginxD . systemct1 stop nginxView AnswerAnswer:...
Which of the following remediation steps will prevent the web service from running as a privileged user?
The security team has identified a web service that is running with elevated privileges A Linux administrator is working to change the systemd service file to meet security compliance standards. Given the following output: Which of the following remediation steps will prevent the web service from running as a privileged...
Given there is a single CPU in the sever, which of the following is causing the slowness?
A Linux administrator was notified that a virtual server has an I/O bottleneck. The Linux administrator analyzes the following output: Given there is a single CPU in the sever, which of the following is causing the slowness?A . The system is running out of swap space. B. The CPU is...
Which of the following should the Linux administrator choose for the new design?
A Linux administrator is tasked with creating resources using containerization. When deciding how to create this type of deployment, the administrator identifies some key features, including portability, high availability, and scalability in production. Which of the following should the Linux administrator choose for the new design?A . Docker B. On-premises...
Which of the following options will return the results for which the administrator is looking?
A Linux administrator has logged in to a server for the first time and needs to know which services are allowed through the firewall. Which of the following options will return the results for which the administrator is looking?A . firewall-cmd ―get-services B. firewall-cmd ―check-config C. firewall-cmd ―list-services D. systemctl...
Which of the following parameters will accomplish this goal?
A junior administrator is setting up a new Linux server that is intended to be used as a router at a remote site. Which of the following parameters will accomplish this goal? A) B) C) D) A . Option A B. Option B C. Option C D. Option DView AnswerAnswer:...
Which of the following technologies did the systems administrator use to complete this task?
A systems administrator is tasked with creating a cloud-based server with a public IP address. Which of the following technologies did the systems administrator use to complete this task?A . Puppet B. Git C. Ansible D. TerraformView AnswerAnswer: D
Which of the following commands should be used to accomplish this task?
A Linux administrator needs to create an image named sda.img from the sda disk and store it in the /tmp directory. Which of the following commands should be used to accomplish this task?A . dd of=/dev/sda if=/tmp/sda.img B. dd if=/dev/sda of=/tmp/sda.img C. dd --if=/dev/sda --of=/tmp/sda.img D. dd --of=/dev/sda --if=/tmp/sda.imgView AnswerAnswer:...
Which of the following will allow the administrator to assign the v1 version to the image?
A systems administrator created a new Docker image called test. After building the image, the administrator forgot to version the release. Which of the following will allow the administrator to assign the v1 version to the image?A . docker image save test test:v1 B. docker image build test:vl C. docker...