LPI Certification / CompTIA Linux+ Practice Test - Question List

Select how would you like to study

1. John needs to view the list of files and directories within the /office directory, including the files in subdirectories. Which of the following commands should he use?
  1. ls /office
  2. ls -l /office
  3. ls -f /office
  4. ls -R /office
2. Which of the following is an advantage of using a graphical text editor in Linux?
  1. Ease of use in an emergency repair situation
  2. Easier to use than a text-based editor
  3. Ease of use to create an emergency boot diskette
  4. Ability to use and work on Microsoft Word files
3.

Which of the following is a fork of GNU Emacs?

  1. gemacs
  2. emacs -gui
  3. xemacs
  4. emacs -x
4. Which of the following desktop environments uses gedit as the default graphical text editor?
  1. Sawfish
  2. KDE
  3. GNOME
  4. ICE
5. Which of the following commands should you use to view the last few lines of your /var/xinetd.log file?
  1. cat /var/xinetd.log |more
  2. head /var/xinetd.log
  3. less /var/xinetd.log
  4. tail /var/xinetd.log

Select how would you like to study