LPIC-1 Exam 102 v5 (Linux Administrator) — Question 44
The X11 configuration file xorg.conf is grouped into section. How is the content of the section SectionName represented?
Answer options
- A. It is placed in curly brackets as in Section SectionName {...}.
- B. It is placed between the tagsand.
- C. It is placed between a line containing Section "SectionName" and a line containing EndSection.
- D. It is placed after the row [SectionName].
- E. It is placed after an initial unindented Section "SectionName" and must be indented by exactly one tab character.
Correct answer: C
Explanation
The correct answer is C because the xorg.conf file specifies that the content of a section must be bracketed by the 'Section' line and the 'EndSection' line. Other options, such as A, B, D, and E, do not accurately represent the formatting requirements for the section content in xorg.conf.