LPI Certification / CompTIA Linux+ Practice Test - Question List

Select how would you like to study

36. Which of the following is the script that will be stored in your file system when you are running Fedora Linux that uses System V init scripts?
  1. /etc/rc.d/init.d
  2. /etc/init.d
  3. /etc/sysv/init.d
  4. /etc/init.d/rc.d
37. Which of the following process will be created on a Linux system when you enter vi at the shell prompt?
  1. System
  2. Daemon
  3. User
  4. Init
38. Which of the following file descriptors displays text on the screen after the command has finished processing?
  1. stdin
  2. stderr
  3. stdscreen
  4. stdoutput
39. Which of the following best defines a zombied process?
  1. A process that has stopped executing as it waits for user input
  2. A process that has finished executing but whose parent process has not released the child process PID
  3. A process that is traced by another process
  4. A process that has gone to the sleep state and cannot be interrupted
40. Which of the following processes will help you kill a hung process when you know its process name only?
  1. kill
  2. hangup
  3. killall
  4. killpro

Select how would you like to study