010-150 Entry Level Linux Essentials Certificate of Achievement

Loading demo links...

Showing 1–3 of 10 questions

Question 1 (The Power of the Command Line)

Which of the following commands will output all of the lines that contain either the string Fred or fred? (Choose TWO correct answers.)

Select all that apply, then click Submit answer.

  • grep -v fred data_file
  • grep '[f]red' data_file
  • egrep fred data_file
  • grep '[Ff]red' data_file
  • grep -i fred data_file
Question 2 (The Linux Operating System)

Which criteria are useful when deciding which operating system to use? (Choose THREE correct answers.)

Select all that apply, then click Submit answer.

  • License costs.
  • Ideological preferences of the system administrator.
  • Linux can do everything, there is no need for further evaluation.
  • Availability of mandatory applications and tools.
  • Skills of the administrators and staff.
Question 3 (The Linux Community and a Career in Open Source)

Which of the following Linux distributions use the dpkg package management system? (Choose TWO correct answers.)

Select all that apply, then click Submit answer.

  • Suse
  • Red Hat
  • Debian
  • Ubuntu
  • Mandriva