Linux - Chapter 11
Which option to the rpm command can be used to remove a package from the system?
E
Which filename extension indicates a tarball?
.tar.gz
Which of the following represents the first nonrewinding SCSI tape device on a system?
/dev/nst0
Which file contains full and incremental back-up information for use with the dump/restore utility?
/etc/dumpdates
You have created a full backup and four incremental backups. In which order must you restore these backups?
0, 1, 2, 3, 4
The bzip2 and gzip utilities use similar compression algorithms. 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 commands creates an archive?
Tar -zcvf /dev/fd0
Most source code is available on the Internet in tarball format. True or False?
True
The -9 option to the gzip utility results in a higher compression ratio. True or False?
True
When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?
make
Which dump level indicates a full backup?
0
When compiling source code into a binary program, which command performs a system check and creates the Makefile?
./configure
Files that have been compressed using the compress utility typically have the ______ extension.
.z
Which of the following commands extracts an archive?
Cpio -vicdu -I /dev/fd0