Linux Chapter 2

123456789101112131415161718
Across
  1. 4. Which command typed at a command prompt displays a list of commands that would likely contain the command you desire
  2. 6. Which command blanks the terminal screen to erase previous outputs
  3. 7. What command can you use to safely shutdown linux immediately
  4. 10. Which prompt do regular users receive when logged in to the system
  5. 11. Linux commands entered via the command line are not case sensitive true or false?
  6. 14. What piece of info doesn't show up in Linux fedora installation
  7. 15. To install Linux within a virtual machine, you can specify the path to an ISO image that contains the Linux installation media within virtualization software without having to first write the ISO image to a DVD or a USB flash drive
  8. 16. which of the following refers to the third primary partition on the second SAS hard disk within Linux
  9. 18. If you boot your computer from Linux live media you will be able to use a fully functional Linux system prior to the installing Linux on permanent storage
Down
  1. 1. How can you protect a metacharacter such as the $ character from shell interpretation
  2. 2. The equivalent to the man command provides an easier to read description
  3. 3. Which prompt does the root user receive when logged in to the system
  4. 5. What command is equivalent to the man -k keyword command
  5. 8. Which command displays the users who are currently logged in to the Linux system
  6. 9. Users enter commands directly to the kernel of the Linux operating system
  7. 12. Which of the following is not an example of virtualization software that can be used to install Linux within another operating system
  8. 13. What key combination do you press to open the graphical terminal
  9. 16. After you log in to a terminal you receive a user interface called a
  10. 17. What is the default shell in linux