Linux Module 11 Flashcards

1
Q

Most source code is available on the Internet in tarball format. True or False?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Which dump level indicates a full backup?

A

0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Which filename extension indicates a tarball?

A

.tar.gz

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Files that have been compressed using the compress utility typically have the
extension.

A

.Z

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

The bzip2 and gzip utilities use similar compression algorithms. True or False?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

When compiling source code into a binary program, which command does the compiling using the GNU C Compiler?

A

make

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

The -9 option to the gzip command results in a higher compression ratio. True or False?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

You have created a full backup and four incremental backups. In which order must you
restore these backups?

A

0, 1, 2, 3, 4

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

Which of the following commands extracts an archive?

A

cpio -vicdu -I /dev/fd0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

The Debian Package Manager (DPM) is the default package manager used by Fedora 20.
True or False?

A

False

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

Which of the following commands can be used to list the files contained within an
installed RPM package?

A

rpm -ql packagename

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

Which of the following command can be used to remove the test DPM package, including any test configuration files?

A

apt-get purge test

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
13
Q

To install a new program from RPM software repositories on the Internet, you can use the yum update programname command. True or False?

A

True

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
14
Q

Which file contains full and incremental back-up information for use with the dump/
restore utility?

A

/etc/dumpdates

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
15
Q

Which of the following represents the first nonrewinding SCSI tape device on a system?

A

/dev/nst0

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
16
Q

Which option to the dpkg command can be used to list the files that comprise a
package?

A

-L

17
Q

Which option to the rpm command can be used to remove a package from the system?

A

-e

18
Q

Which of the following commands creates an archive?

A

tar -zcvf /dev/st0 *

19
Q

When compiling source code into a binary program, which command performs a system check and creates the Makefile?

A

./configure

20
Q

Which of the following commands can be used to search for packages that contain the word “oobla” on RPM software repositories?

A

yum search oobla