Introduction to Linux I Chapter 25

Last Updated on April 2, 2018 by Admin

Introduction to Linux I Chapter 25 Exam Answer

CCNA7.COM has been trying to collect all exams. There are 16 questions in Introduction to Linux I Chapter 25. We has modified and correct all answer. You should review all answers in Introduction to Linux I Chapter 25. Good Luck for your exam.

  1. Question ID 836

    What two differences are there between querying an installed RPM and an RPM package file with the rpm command?

    (choose two)

    • To query the installed RPM, you have to add the -i option.
    • You must use the full filename when querying the installed RPM.
    • You must use the full filename when querying the package.
    • To query the package file, you have to add the -p option.
  2. Question ID 837

    If you use the -f option when performing an rpm query:

    • The command will display the full filename of the original package.
    • The command output will wrap at half screen width.
    • The command will show the package that owns a file.
    • The command will output a list of the files in the packages.
  3. Question ID 839

    If you you have a RPM package file named, figlet-1.1-0.3.i686.rpm, which rpm commands will install it?

    (choose two)

    • rpm -F figlet-1.1-0.3.i686.rpm
    • rpm -U figlet-1.1-0.3.i686.rpm
    • rpm -e figlet-1.1-0.3.i686.rpm
    • rpm -i figlet-1.1-0.3.i686.rpm
  4.  

  5. Question ID 840

    The rpm2cpio command can be used to:

    (choose two)

    • List the content of a “.rpm” file
    • Create a new “.rpm” file
    • Build a binary “.rpm” file from a source “.src.rpm” file
    • Extract files from a “.rpm” file
  6. Question ID 846

    What is the primary configuration file for yum?

    • /etc/yum.conf
    • /etc/yum.d/yum.conf
    • /etc/yum/main.conf
    • /etc/yum/yum.conf
  7. Question ID 847

    In what directory are yum repository configuration files stored?

    • /usr/share/yum
    • /etc/yum
    • /etc/yum.repos.d
    • /var/lib/yum
  8.  

  9. Question ID 850

    How can you determine the RPM package that owns a file?

    • yum info
    • yum find
    • yum owns
    • yum provides
  10. Question ID 852

    What is the main advantage in using yum over rpm?

    • It can automatically resolve dependency issues between packages
    • It is able to use multiple repositories
    • It is able to install packages from internet addresses
    • It will allow you to override dependencies
  11. Question ID 854

    How can you remove a package using an rpm command?

    • rpm -r
    • rpm -d
    • rpm -e
    • rpm -x
  12.  

  13. Question ID 858

    Which command will show the dependencies of an RPM package?

    • yum requires
    • yum provides
    • rpm -qpd
    • rpm -qpR
  14. Question ID 859

    How is the kernel package special for package management?

    • New versions should be installed instead of upgraded
    • It cannot be uninstalled
    • It contains the core of the operating system
    • New versions should be upgraded instead of installed
  15. Question ID 861

    Which command shows the scripts that may be part of a RPM package?

    • yum info
    • yum scripts
    • rpm -q –scripts
    • rpm -qs
  16. Question ID 864

    Which command will check the integrity of an RPM file?

    • rpm -qcp
    • rpm -qKp
    • rpm -qCp
    • rpm -qkp
  17.  

  18. Question ID 865

    All RPM package management commands must be run as the root user.

    True or False?

    • True
    • False
  19. Question ID 1009

    What are the correct options for the rpm command to display a list of all installed packages?

    • -a
    • -qall
    • -b
    • -qa
  20. Question ID 1010

    Which command will download RPM files from repositories?

    • yumupdate
    • yumdownloader
    • rpmupdate
    • rpmdownloader