NOS 120 chapter 11 review Questions and Answers
· most source code is typically available on the internet in tarball format or as a git
repository. True or False? ✔✔True
Which of the following commands can be used to back up files in case of system
failure, supports long filenames, and can also back up device files? ✔✔cpio
· Which dump level indicates a full backup? ✔✔0
Which of the following files contains the list of shared libraries?
✔✔/etc/ld.so.cache
· Which filename extension indicates a tarball? ✔✔.tat.gz
Which of the following commands will install an RPM package while ignoring any
other packages that it may be dependent upon for proper operation? ✔✔rpm -ivh
--nodeps package.rpm
· Files that have been compressed using the xz utility typically have the
extension. ✔✔.xz
What command looks for a Makefile and uses the information within it to compile
the source code into binary programs using the appropriate compiler program for
the local hardware architecture? ✔✔make
, · The bzip2 and gzip utilities use similar compression algorithms. True or False?
✔✔False
If no level of compression is specified, the gzip command assumes what
compression level? ✔✔6
· When compiling source code into a binary program, which command does the
compiling using the GNU C Compiler? ✔✔make
Which of the following commands can be used to install the latest versions of all
packages currently installed on the system from the sources configured in
sources.list? ✔✔apt upgrade
· The -9 option to the gzip command results in a higher compression ratio. True or
False? ✔✔True
Which of the following commands will install a package using the Red Hat Package
Manager, showing all information, while printing pound signs to show the
progress of installation? ✔✔rpm -ivh packagename.rpm
· You have created a full backup and four incremental backups. In which order
must yourestore these backups?
a. 0, 1, 2, 3, 4
· most source code is typically available on the internet in tarball format or as a git
repository. True or False? ✔✔True
Which of the following commands can be used to back up files in case of system
failure, supports long filenames, and can also back up device files? ✔✔cpio
· Which dump level indicates a full backup? ✔✔0
Which of the following files contains the list of shared libraries?
✔✔/etc/ld.so.cache
· Which filename extension indicates a tarball? ✔✔.tat.gz
Which of the following commands will install an RPM package while ignoring any
other packages that it may be dependent upon for proper operation? ✔✔rpm -ivh
--nodeps package.rpm
· Files that have been compressed using the xz utility typically have the
extension. ✔✔.xz
What command looks for a Makefile and uses the information within it to compile
the source code into binary programs using the appropriate compiler program for
the local hardware architecture? ✔✔make
, · The bzip2 and gzip utilities use similar compression algorithms. True or False?
✔✔False
If no level of compression is specified, the gzip command assumes what
compression level? ✔✔6
· When compiling source code into a binary program, which command does the
compiling using the GNU C Compiler? ✔✔make
Which of the following commands can be used to install the latest versions of all
packages currently installed on the system from the sources configured in
sources.list? ✔✔apt upgrade
· The -9 option to the gzip command results in a higher compression ratio. True or
False? ✔✔True
Which of the following commands will install a package using the Red Hat Package
Manager, showing all information, while printing pound signs to show the
progress of installation? ✔✔rpm -ivh packagename.rpm
· You have created a full backup and four incremental backups. In which order
must yourestore these backups?
a. 0, 1, 2, 3, 4