Advertisement
Guest User

Untitled

a guest
Apr 2nd, 2015
249
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.26 KB | None | 0 0
  1. CORRECT - See section 11.3.2
  2. What does the acronym RPM mean?
  3. RPM Package Management
  4.  
  5. CORRECT - See section 11.3
  6. One way to install new software on a Linux system is to use a package management system.
  7. True
  8.  
  9. CORRECT - See section 11.10
  10. When you execute the dmesg command, the system displays messages that are generated by the kernel.
  11. True
  12.  
  13. CORRECT - See section 11.3.1
  14. Which of the following are package management commands for distributions with software distributed in files ending in ".deb"?
  15. dpkg
  16. aptitude
  17. apt-get
  18.  
  19. WRONG - See section 11.3.2
  20. Which of the following are package management commands for distributions with software distributed in files ending in ".rpm"?
  21. yum
  22.  
  23. WRONG - See section 11.9
  24. What directory typically contains log files?
  25. /proc/log
  26.  
  27. WRONG - See section 11.9
  28. All log files contain only text data.
  29. True
  30.  
  31. CORRECT - See section 11.7
  32. A command that will continuously update statistics about running processes:
  33. top
  34.  
  35. CORRECT - See section 11.6
  36. The following are valid Linux option styles:
  37. Traditional Unix with a single dash (-)
  38. BSD Unix without a dash
  39. GNU long options with two dashes (--)
  40.  
  41. CORRECT - See section 11.3.2.4
  42. To get a list of all packages installed on a system using RPM Package Management you can execute:
  43. rpm -qa
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement