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...
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...
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...
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:...
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...
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:...
Which of the following commands will accomplish this task?
A Linux administrator was tasked with deleting all files and directories with names that are contained in the sobelete.txt file. Which of the following commands will accomplish this task?A . xargs -f cat toDelete.txt -rmB . rm -d -r -f toDelete.txtC . cat toDelete.txt | rm -frdD . cat toDelete.txt...
Which of the following is causing the connectivity issue?
A Linux administrator is troubleshooting SSH connection issues from one of the workstations. When users attempt to log in from the workstation to a server with the IP address 104.21.75.76, they receive the following message: The administrator reviews the information below: Which of the following is causing the connectivity issue?A...
Which of the following is causing the issue?
A systems administrator is investigating why one of the servers has stopped connecting to the internet. Which of the following is causing the issue?A . The DNS address has been commented out in the configuration file.B . The search entry in the /etc/resolv.conf file is incorrect.C . Wired connection 1...
Which of the following commands can be used to resolve this issue?
A developer has been unable to remove a particular data folder that a team no longer uses. The developer escalated the issue to the systems administrator. The following output was received: Which of the following commands can be used to resolve this issue?A . chgrp -R 755 data/B . chmod...