LPI Certification / CompTIA Linux+ Practice Test - Question List

Select how would you like to study

11. Which of the following specifies where the operating system and application configuration parameters are stored on a Linux system?
  1. In the text files
  2. In the Registry
  3. In the .ini files
  4. In the system database
12. Which command will start Quick Emacs from the shell prompt?
  1. Emacs
  2. qemacs
  3. quickemacs
  4. QuickEmacs
13. Which of the following is an advantage of the vi editor?
  1. It provides a syntax checker.
  2. It provides a menu-driven user interface.
  3. It is small enough to fit on a floppy disk.
  4. It can be used to edit Microsoft Word files.
14. You are working in the vi normal mode on a file. You locate a word in the file that needs to be deleted and place your cursor at the beginning of that word. Which command should you use to delete this word without deleting the space that follows the word?
  1. dw
  2. de
  3. d$
  4. dd
15. You have a terminal window open and the current directory is /tmp. Which command should you use to open a file named ofc in the /etc/xinetd.d directory?
  1. vi ofc
  2. vi /tmp/ofc
  3. vi /etc/xinetd.d/ofc
  4. vi /etc/xinetd.d

Select how would you like to study