Valid XK0-004 Dumps shared by ExamDiscuss.com for Helping Passing XK0-004 Exam! ExamDiscuss.com now offer the newest XK0-004 exam dumps, the ExamDiscuss.com XK0-004 exam questions have been updated and answers have been corrected get the newest ExamDiscuss.com XK0-004 dumps with Test Engine here:
A junior administrator is configuring local name lookups for fully qualified domain names in an isolated environment. The administrator is given a checklist and must accomplish the following tasks: Add localhost with loopback address. Add 192.168.192.12/24 to resolve to database01.comptia.org Given this scenario, which of the following steps should the administrator perform to accomplish these tasks?
Correct Answer: C
Open the /etc/hosts file with a file editor and add the following lines: 127.0.0.1 localhost 192.168.192.12 database01.comptia.org Modify Hosts File in Linux On Linux, the full path to the file is /etc/hosts. In your terminal window, open the hosts file using your favorite text editor : $ sudo nano /etc/hosts