Linux Module 11 Flashcards
Most source code is available on the Internet in tarball format. True or False?
True
Which dump level indicates a full backup?
0
Which filename extension indicates a tarball?
.tar.gz
Files that have been compressed using the compress utility typically have the
extension.
.Z
The bzip2 and gzip utilities use similar compression algorithms. True or False?
False
When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?
make
The -9 option to the gzip command results in a higher compression ratio. True or False?
True
You have created a full backup and four incremental backups. In which order must you
restore these backups?
0, 1, 2, 3, 4
Which of the following commands extracts an archive?
cpio -vicdu -I /dev/fd0
The Debian Package Manager (DPM) is the default package manager used by Fedora 20.
True or False?
False
Which of the following commands can be used to list the files contained within an
installed RPM package?
rpm -ql packagename
Which of the following command can be used to remove the test DPM package, including any test configuration files?
apt-get purge test
To install a new program from RPM software repositories on the Internet, you can use the yum update programname command. True or False?
True
Which file contains full and incremental back-up information for use with the dump/
restore utility?
/etc/dumpdates
Which of the following represents the first nonrewinding SCSI tape device on a system?
/dev/nst0