wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Linux mod 11

Total questions: 28

Worksheet time: 14mins

Name
Class
Date
1.

most source code is typically on the internet in tarball form or as a git repository.

a)

True

b)

False

2.

which dump level indicates a full backup?

a)

0

b)

9

c)

1

d)

f

3.

which filename extension indicates a tarball?

a)

tar.xz

b)

cpio

c)

dump

d)

tar

4.

file that have been compressed using the xz utility typically have the ____ extension.

a)

zip

b)

gz

c)

xz

d)

bz2

5.

the bz2 and gzip utilities use similar compression algorithms.

a)

True

b)

False

6.

when compiling source code into binary program, which command does the compiling using the GNU C compiler?

a)

tar

b)

/configure

c)

make

d)

make install

7.

the -9 option to the gzip utility results in a higher compression ratio.

a)

True

b)

False

8.

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

a)

0, 1, 2, 3, 4

b)

0, 4, 3, 2, 1

c)

4, 3, 2, 1, 0

d)

1, 2, 3, 4, 0

9.

which of the following commands extracts an archive?

a)

cpio -vocBL /dev/fd0

b)

cpio -vicdu -l /dev/fd0

c)

cpio –vicdu –O /dev/fd0

d)

cpio –vti –I /dev/fd0

10.

the debian package manager(DPM) is the default packet manager used by fedora 28.

a)

True

b)

False

11.

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

a)

rpm -qa packagename

b)

rpm -qi packagename

c)

rpm -ql packagename

d)

rpm -q packagename

12.

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

a)

dpkg remove test

b)

apt remove test

c)

dpkg purge test

d)

apt purge test

13.

to install a new program from RPM software repositories on the internet, you can use the dnf update programname command.

a)

True

b)

False

14.

which command can be used to create an image backup of a partition?

a)

tar

b)

dd

c)

dump

d)

cpio

15.

which of the following commands should run following the installation of a shared library to update the /etc/ld.so.cache files?

a)

ldd

b)

updatedb

c)

ldconfig

d)

dpkg-reconfigure

16.

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

a)

-l

b)

-L

c)

-s

d)

-i

17.

which option to the rmp command can be used to remove a package from the system?

a)

r

b)

e

c)

u

d)

U

18.

which of the following commands creates an archive?

a)

tar –cvf /dev/st0

b)

tar –xvf /dev/st0

c)

tar –tvf /dev/st0

d)

tar -zcvf /dev/st0 *

19.

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

a)

tar

b)

/configure

c)

make

d)

make install

20.

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

b)

rpm -qS oobla

c)

yum list oobla

d)

rpm -ql oobla

21.

which of the following can be used at the command line to download a file using the HTTP protocol?

a)

GET

b)

wget

c)

curl

d)

wwwretr

22.

which of the following file extensions are used by the debian package manager?

a)

dpm

b)

deb

c)

dpkg

d)

d

23.

which of the following is not a valid compression file extension for the linux operating system?

a)

vz

b)

xz

c)

gz

d)

bz2

24.

which of the following commands will list missing libraries as not found if a necessary library is not installed?

a)

ldd

b)

ldconfig

c)

ldso

d)

ldchk

25.

which of the following is a full path and file name where the debian package manager repositories can be configured?

a)

/etc/dpm/repositories.conf

b)

/etc/apt/source.list

c)

/etc/apt.source.conf

d)

/etc/dpm.conf

26.

which of the following package managers are used to install RPM packages on the SUSE or openSUSE distributions by default?

a)

APT

b)

DPM

c)

DNF

d)

Zypper

27.

which of the following RPM options will update a software package to the newest version, or install the package if it does not already exist on a system?

a)

-i

b)

-U

c)

-u

d)

-F

28.

which of the following is a tool that can be used to search Internet software repositories for RPM packages that map to your systems architecture, and automatically install or upgrade those package on your system?

a)

tar

b)

wget

c)

APT

d)

YUM