Using AD Query, the security gateway connections to the Active Directory Domain Controllers using what protocol?
Using AD Query, the security gateway connections to the Active Directory Domain Controllers using what protocol?A . Windows Management Instrumentation (WMI)B . Hypertext Transfer Protocol Secure (HTTPS)C . Lightweight Directory Access Protocol (LDAP)D . Remote Desktop Protocol (RDP)View AnswerAnswer: C Explanation: Using AD Query, the security gateway connects to the...
Which of the following commands will grant the request?
A systems administrator received a request to change a user's credentials. Which of the following commands will grant the request?A . sudo passwdB . sudo userde 1C . sudo chageD . sudo usermodView AnswerAnswer: A Explanation: This command will allow the systems administrator to change the password of another user...
Which of the following commands will accomplish this task?
A systems administrator is configuring a Linux system so the network traffic from the internal network 172.17.0.0/16 going out through the eth0 interface would appear as if it was sent directly from this interface. Which of the following commands will accomplish this task?A . iptables -A POSTROUTING -s 172.17.0.0/16 -o...
Which of the following commands should be used to rename the image to match the correct version 2.1.2?
A new application container was built with an incorrect version number. Which of the following commands should be used to rename the image to match the correct version 2.1.2? A. docker tag comptia/app:2.1.1 comptia/app:2.1.2 B. docker push comptia/app:2.1.1 comptia/app:2.1.2 C. docker rmi comptia/app:2.1.1 comptia/app:2.1.2 D. docker update comptia/app:2.1.1 comptia/app:2.1.2View AnswerAnswer:...
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 would ensure the server is set to runlevel 5?
A junior Linux administrator is tasked with installing an application. The installation guide states the application should only be installed in a run level 5 environment. Which of the following commands would ensure the server is set to runlevel 5?A . systemct1 isolate multi-user.targetB . systemct1 isolate graphical.targetC . systemct1...
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...
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.imgB . dd if=/dev/sda of=/tmp/sda.imgC . dd --if=/dev/sda --of=/tmp/sda.imgD . dd --of=/dev/sda --if=/tmp/sda.imgView AnswerAnswer:...
Which of the following is the reason that the administrator is unable to perform the assigned duties?
The administrator comptia is not able to perform privileged functions on a newly deployed system. Given the following command outputs: Which of the following is the reason that the administrator is unable to perform the assigned duties? A. The administrator needs a password reset. B. The administrator is not a...
Which of the following commands is the correct way to accomplish this task?
A systems administrator needs to reconfigure a Linux server to allow persistent IPv4 packet forwarding. Which of the following commands is the correct way to accomplish this task?A . echo 1 > /proc/sys/net/ipv4/ipv_forwardB . sysctl -w net.ipv4.ip_forward=1C . firewall-cmd --enable ipv4_forwardingD . systemct1 start ipv4_forwardingView AnswerAnswer: B Explanation: The command...