EX200 · Question #11
EX200 Question #11: Real Exam Question with Answer & Explanation
Sign in or unlock EX200 to reveal the answer and full explanation for question #11. The question stem and answer options stay visible for context.
Question
11. Find String Find all lines containing the string "ng" in the file /usr/share/xml/iso-codes/iso_639_3.xml. Save copies of all these lines to /root/list in the root directory. /root/list must not contain empty lines, and all lines must be exact copies of the original lines in /usr/share/xml/iso-codes/iso_639_3.xml. Correct Answer: See the below explanation Explanation Explanation/Reference: Solution: [root@node1 ~]# grep ng /usr/share/xml/iso-codes/iso_639_3.xml [root@node1 ~]# grep ng /usr/share/xml/iso-codes/iso_639_3.xml > /root/list # Verification [root@node1 ~]# cat /root/list
Unlock EX200 to see the answer
You've previewed enough free EX200 questions. Unlock EX200 for full answers, explanations, the timed quiz mode, progress tracking, and the master PDF. Question stem and options stay visible so you can still see what's on the exam.