Deck 11: Compression, System Backup, and Software Installation
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Question
Unlock Deck
Sign up to unlock the cards in this deck!
Unlock Deck
Unlock Deck
1/50
Play
Full screen (f)
Deck 11: Compression, System Backup, and Software Installation
1
What device file below indicates the first ATAPI IDE tape device (nonrewinding)?
A) /dev/st0
B) /dev/nst0
C) /dev/ht0
D) /dev/nht0
A) /dev/st0
B) /dev/nst0
C) /dev/ht0
D) /dev/nht0
D
2
What is the average compression ratio for the gzip utility using the LZ77 compression algorithm?
A) 40%-50%
B) 50%-60%
C) 60%-70%
D) 70%-80%
A) 40%-50%
B) 50%-60%
C) 60%-70%
D) 70%-80%
C
3
When using the gzip utility, the -1 option is also known as best compression and results in a higher compression ratio.
False
4
Select the option that, when used with the gzip command, causes the compression ratio for files that have been compressed to be listed:
A) -c
B) -f
C) -r
D) -l
A) -c
B) -f
C) -r
D) -l
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
5
What command can be used to search for DPM package information?
A) dpkg-search
B) dpkg-info
C) dpkg-query
D) dpkg-list
A) dpkg-search
B) dpkg-info
C) dpkg-query
D) dpkg-list
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
6
What command can be used to display the contents of a file that was compressed with the compress utility?
A) acat
B) zcat
C) cat
D) ccat
A) acat
B) zcat
C) cat
D) ccat
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
7
When used with the uncompress command, what option displays the contents of the compress file to Standard Output?
A) -c
B) -v
C) -f
D) -r
A) -c
B) -v
C) -f
D) -r
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
8
If no level of compression is specified, the gzip command assumes what compression level?
A) 4
B) 5
C) 6
D) 7
A) 4
B) 5
C) 6
D) 7
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
9
Most Linux distributions make use of what package manager?
A) RPM
B) PRM
C) MPR
D) RMP
A) RPM
B) PRM
C) MPR
D) RMP
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
10
Because the Makefile often includes some documented items, it is good form to read the Makefile after running the configure script.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
11
An RPM package can be converted to a cpio archive using what command?
A) cpioconv
B) rpm2cpio
C) rpmconv
D) conv_arch
A) cpioconv
B) rpm2cpio
C) rpmconv
D) conv_arch
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
12
The compress utility preserves the original ownership, modification, and access time for each file that it compresses.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
13
When used with the compress command, what option below can be used to compress symbolic links?
A) -f
B) -c
C) -v
D) -r
A) -f
B) -c
C) -v
D) -r
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
14
What option can be added to the rpm command in order to query packages?
A) -i
B) -q
C) -v
D) -h
A) -i
B) -q
C) -v
D) -h
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
15
The dump/restore utility is limited to a maximum of how many different incremental backups?
A) seven
B) eight
C) nine
D) ten
A) seven
B) eight
C) nine
D) ten
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
16
What command looks for a Makefile and uses the information within to compile the source code into binary programs using the appropriate compiler program for the local hardware architecture?
A) configure
B) install
C) make install
D) make
A) configure
B) install
C) make install
D) make
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
17
The cpio command has the ability to handle long filenames and can be used to back up device files.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
18
When using the compress utility, each file specified for compression is renamed with what extension?
A) .c
B) .cmp
C) .cpz
D) .Z
A) .c
B) .cmp
C) .cpz
D) .Z
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
19
The Adaptive Lempel-Ziv compression algorithm used by the compress utility is capable of an average compression ratio of what percent?
A) 30-40
B) 40-50
C) 50-60
D) 60-70
A) 30-40
B) 40-50
C) 50-60
D) 60-70
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
20
The tar utility cannot back up device files or files with filenames longer than 255 characters.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
21
The _________________ command can be used to search Internet software repositories for RPM packages that map to your architecture, and automatically install or upgrade those packages on your system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
22
RPM packages that require other RPM packages to be installed on a system prior to being installed creates a relationship known as?
A) package dependency
B) recursing package
C) branching package
D) family package
A) package dependency
B) recursing package
C) branching package
D) family package
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
23
Packages in the Red Hat Package Manager format have filenames that indicate the hardware architecture for which the software was compiled, and end with the ____________________ extension.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
24
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A group of RPM packages that are commonly installed to provide a specific function on the system.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A group of RPM packages that are commonly installed to provide a specific function on the system.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
25
In order to download DPM packages, what command should be used below?
A) yum
B) apt-search
C) apt-get
D) dpm-grab
A) yum
B) apt-search
C) apt-get
D) dpm-grab
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
26
Describe the difference between full and incremental backups. Explain how both might be used to implement a back-up strategy, mentioning how the dump/restore utility can assist in this implementation. Provide an example.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
27
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
The amount of compression that occurred during compression algorithm.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
The amount of compression that occurred during compression algorithm.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
28
When backing up a system, what type of files should be archived, and what types should not?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
29
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A calculated value that is unique to a file's size and contents.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A calculated value that is unique to a file's size and contents.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
30
What yum command below can display a list of package group names?
A) yum list --groups
B) yum grouplist
C) yum --list -g
D) yum show groups
A) yum list --groups
B) yum grouplist
C) yum --list -g
D) yum show groups
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
31
What option can be added to the rpm command to upgrade a specified package only if an older version exists on the system?
A) -F
B) -U
C) -z
D) -c
A) -F
B) -U
C) -z
D) -c
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
32
A(n) ____________________ backup backs up only the data that has been changed since the last backup.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
33
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
The process whereby files are copied to an archive.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
The process whereby files are copied to an archive.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
34
To view the contents of a file that was compressed with the bzip2 utility, you must use the ____________________ command.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
35
Give a short description of the gzip utility. What compression algorithm does it use, and what degree of compression is it typically able to achieve? What are some similarities and differences from the compress utility?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
36
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A utility that can be used to manage DPM packages using a graphical interface.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A utility that can be used to manage DPM packages using a graphical interface.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
37
What types of media are commonly used for archives? What type of media is most commonly used for archiving on Linux systems?
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
38
The ____________________ utility uses the Burrows-Wheeler Block Sorting Huffman Coding algorithm when compressing files.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
39
What option can be added to the dpkg command to remove a specified package from the system, including any configuration files used by the package?
A) -d
B) -P
C) -D
D) -r
A) -d
B) -P
C) -D
D) -r
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
40
Describe the basic steps involved in compiling source code into a program.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
41
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A gzip-compressed tar archive.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A gzip-compressed tar archive.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
42
Select the options to use with the cpio utility to cause the utility to extract files from an archive, and overwrite existing files during extraction without prompting for user confirmation:
A) -u
B) -i
C) -e
D) -f
A) -u
B) -i
C) -e
D) -f
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
43
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to view the contents of an archive created with compress or gzip to Standard Output in a page-by-page fashion.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to view the contents of an archive created with compress or gzip to Standard Output in a page-by-page fashion.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
44
What two device files below represent the first SCSI tape device, rewinding and non-rewinding?
A) /dev/st0
B) /dev/ftape
C) /dev/nst0
D) /dev/ht0
A) /dev/st0
B) /dev/ftape
C) /dev/nst0
D) /dev/ht0
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
45
What two options can be used with the tar utility to either compress or decompress an archive using the gzip or compress utilities respectively?
A) -z
B) -Z
C) -u
D) -e
A) -z
B) -Z
C) -u
D) -e
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
46
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to decompress files compressed by the gzip command.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to decompress files compressed by the gzip command.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
47
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to extract archives created with the dump command.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to extract archives created with the dump command.
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
48
What two commands below can be used to view the contents of a bzip2-compressed file page by page?
A) bzmore
B) bzless
C) bzpaged
D) bzbuffer
A) bzmore
B) bzless
C) bzpaged
D) bzbuffer
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
49
Match each correct item with the statement below.
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to decompress files compressed by the bzip2 command
a.Aptitude
b.bunzip2 command
c.checksum
d.compression ratio
e.gunzip command
f.package group
g.restore command
h.system backup
i.tarball
j.zmore command
A command used to decompress files compressed by the bzip2 command
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck
50
Files with what two file extensions are commonly known as tarballs?
A) .tar.b
B) .tar.gz
C) .tgz
D) .tz
A) .tar.b
B) .tar.gz
C) .tgz
D) .tz
Unlock Deck
Unlock for access to all 50 flashcards in this deck.
Unlock Deck
k this deck