Which of the following commands can accomplish this task?

A cloud engineer is asked to copy the file deployment.yaml from a container to the host where the container is running. Which of the following commands can accomplish this task?A . docker cp container_id/deployment.yaml deployment.yamlB . docker cp container_id:/deployment.yaml deployment.yamlC . docker cp deployment.yaml local://deployment.yamlD . docker cp container_id/deployment.yaml local://deployment.yamlView...

September 23, 2024 No Comments READ MORE +

Which of the following commands should the administrator issue to verify the device name of this partition?

A Linux administrator is creating a primary partition on the replacement hard drive for an application server. Which of the following commands should the administrator issue to verify the device name of this partition?A . sudo fdisk /dev/sdaB . sudo fdisk -s /dev/sdaC . sudo fdisk -lD . sudo fdisk...

September 23, 2024 No Comments READ MORE +

Which of the following commands should the administrator run to achieve this goal?

Developers have requested implementation of a persistent, static route on the application server. Packets sent over the interface eth0 to 10.0.213.5/32 should be routed via 10.0.5.1. Which of the following commands should the administrator run to achieve this goal?A . route -i etho -p add 10.0.213.5 10.0.5.1B . route modify...

September 22, 2024 No Comments READ MORE +

Which of the following commands will help to accomplish this task?

A cloud engineer needs to remove all dangling images and delete all the images that do not have an associated container. Which of the following commands will help to accomplish this task?A . docker images prune -aB . docker push images -aC . docker rmi -a imagesD . docker images...

September 21, 2024 No Comments READ MORE +

Which of the following commands will achieve this goal?

A Linux administrator wants to set the SUID of a file named dev_team.text with 744 access rights. Which of the following commands will achieve this goal?A . chmod 4744 dev_team.txtB . chmod 744 --setuid dev_team.txtC . chmod -c 744 dev_team.txtD . chmod -v 4744 --suid dev_team.txtView AnswerAnswer: A Explanation: The...

September 21, 2024 No Comments READ MORE +

Which of the following is causing the error message?

A Linux administrator is trying to remove the ACL from the file /home/user/data. txt but receives the following error message: Given the following analysis: Which of the following is causing the error message?A . The administrator is not using a highly privileged account.B . The filesystem is mounted with the...

September 20, 2024 No Comments READ MORE +

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 . DockerB . On-premises...

September 20, 2024 No Comments READ MORE +

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 AB . Option BC . Option CD . Option DView AnswerAnswer:...

September 20, 2024 No Comments READ MORE +

Which of the following will allow the administrator to determine the FIRST command that is executed inside the container right after it starts?

A newly created container has been unable to start properly, and a Linux administrator is analyzing the cause of the failure. Which of the following will allow the administrator to determine the FIRST command that is executed inside the container right after it starts?A . docker export <container_id>B . docker...

September 19, 2024 No Comments READ MORE +

Which of the following commands should the administrator use for this task?

A new file was added to a main Git repository. An administrator wants to synchronize a local copy with the contents of the main repository. Which of the following commands should the administrator use for this task?A . git reflogB . git pullC . git statusD . git pushView AnswerAnswer:...

September 18, 2024 No Comments READ MORE +