Free LFCS Exam Braindumps (page: 6)

Page 5 of 66

The X11 configuration file xorg.conf is grouped into sections. How is the content of the section SectionName associated with that section?

  1. It is placed in curly brackets as in Section SectionName { ... }.
  2. It is placed between a line containing Section "SectionName" and a line containing EndSection.
  3. It is placed between the tags <Section name="SectionName"> and </Section>
  4. It is placed after the row [SectionName].
  5. It is placed after an initial unindented Section "SectionName" and must be indented by exactly one tab character.

Answer(s): B



What entry can be added to the syslog.conf file to have all syslog messages generated by a system displayed on console 12?

  1. *.* /dev/tty12
  2. /var/log/messages | /dev/tty12
  3. | /dev/tty12
  4. syslog tty12
  5. mail.* /dev/tty12

Answer(s): A



Which of the following commands will create an archive file, named backup.tar, containing all the files from the directory /home?

  1. tar /home backup.tar
  2. tar -cf /home backup.tar
  3. tar -xf /home backup.tar
  4. tar -xf backup.tar /home
  5. tar -cf backup.tar /home

Answer(s): E



In a nested directory structure, which find command line option would be used to restrict the command to searching down a particular number of subdirectories?

  1. -dirmax
  2. -maxdepth
  3. -maxlevels
  4. -n
  5. -s

Answer(s): B






Post your Comments and Discuss Linux Foundation LFCS exam with other Community members:

LFCS Discussions & Posts