Chapter 11 - Compression, System Backup, and Software Installation Flashcards
Used to compress files using a Burrows–Wheeler Block Sorting Huffman Coding compression algorithm.
bzip2 command
A backup that writes data block by block to an archive without maintaining file structure information.
image backup
Used to convert an RPM package to an archive that can be accessed using the cpio command.
rpm2cpio command
Used to display the contents of an archive created with xz to Standard Output in a page-by-page fashion using the more command.
xzmore command
Used to decompress files compressed by the gzip command.
gunzip command
The set of instructions used to reduce the contents of a file systematically.
compression algorithm
Used to query installed DPM packages.
dpkg-query command
Used to decompress files compressed by the xz command.
unxz command
The amount that a file size is reduced during compression.
compression ratio
Used to extract archives created with the dump command.
restore command
Used to copy files to and from Linux computers using SSH encryption. It is often used to copy archives to remote computers.
scp (secure copy) command
The location (file or device) that contains a copy of files; it is typically created by a backup utility.
archive
A calculated value that is unique to a file’s size and contents.
checksum
Used to install, query, and remove DPM packages.
dpkg command
Used to display the contents of an archive created with bzip2 to Standard Output in a page-by-page fashion using the more command.
bzmore command
Used to search and display the contents of an archive created with xz to Standard Output.
xzgrep command
A server on the Internet that hosts RPM or DPM packages for download.
software repositories
Used to display the contents of an archive created with xz to Standard Output in a page-by-page fashion using the less command.
xzless command
Used to display the contents of an archive created with compress, zip, or gzip to Standard Output in a page-by-page fashion using the less command.
zless command
Used to update the /etc/ld.so.conf and /etc/ld.so.cache files.
ldconfig command
Used to back up a wide variety of file types, as well as view and restore files from a backup.
cpio (copy in/out) command
Used to display the contents of an archive created with bzip2 to Standard Output.
bzcat command
The process in which files are reduced in size by a compression algorithm.
compression
Used to decompress files compressed by the zip command.
unzip command
A utility that can be used to manage DPM packages using a graphical interface.
Aptitude
A speed-improved version of the yum command used on modern Linux distributions.
dnf (Dandified YUM) command
Used to display the contents of an archive created with compress, zip, or gzip to Standard Output in a page-by-page fashion using the more command.
zmore command
A file that contains executable code that can be used by multiple, different programs. It is the most common type of package dependency.
shared library