Guide to Linux+ - Module 11
Most source code is available on the Internet in tarball format. True or False?
True
Which of the following commands extracts an archive?
cpio -vicdu -I /dev/fd0
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 *
The bzip2and gziputilities use similar compression algorithms. True or False?
False
To install a new program from RPM software repositories on the Internet, you can use the yum update programname command. True or False?
False
What is the most common method for obtaining Linux software?
Internet download
Which of the following commands can be used to list detailed information about a package such as its installation date and license?
rpm -qi packagename
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 compressutility typically have the ______ extension.
.Z
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 dump level indicates a full backup?
0
You have created a full backup and four incremental backups. In which order must you restore these backups?
0, 1, 2, 3, 4
The -9 option to the gziputility results in a higher compression ratio. True or False?
True
Which option to the rpm command can be used to remove a package from the system?
e
When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?
make
When compiling source code into a binary program, which command copies compiled binary files to the correct location on the filesystem?
make install
Which file contains full and incremental back-up information for use with the dump/restoreutility?
/etc/dumpdates
The Debian Package Manager (DPM) is the default package manager used by Fedora 13. True or False?
False