wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

Operating System 2

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

Compiling software from source always produces binaries that will run on any Linux distribution without change.

a)

True

b)

False

2.

A package archive normally contains metadata such as name, version, vendor, checksum and a list of dependencies.

a)

True

b)

False

3.

apt-get is the Debian package file format (the .deb file).

a)

True

b)

False

4.

RPM (Red Hat Package Manager) is associated with the Linux Standard Base packaging format and underpins many other tools (yum, dnf, zypper, etc.).

a)

True

b)

False

5.

dpkg was originally used by Ubuntu and later adopted by Debian.

a)

True

b)

False

6.

pacman (used by Arch Linux) and Entropy (used by Sabayon) both use the same tbz2 binary package format.

a)

True

b)

False

7.

User encrypted passwords are stored in /etc/passwd on modern Linux systems.

a)

True

b)

False

8.

The /etc/passwd file includes the user's login name, uid and gid fields, home directory and shell.

a)

True

b)

False

9.

useradd is the interactive, skel-driven helper that prompts you for settings; adduser is the manual one-line tool.

a)

True

b)

False

10.

Using userdel -r username will remove the user account and also delete their home directory and contents (if supported).

a)

True

b)

False

11.

Netplan YAML configured with renderer: networkd and dhcp4: true sets an interface to use DHCP for IPv4.

a)

True

b)

False

12.

Because systemd-resolved manages DNS, you should routinely edit /etc/resolv.conf directly to change name servers.

a)

True

b)

False

13.

Traditionally /etc/resolv.conf could contain both nameserver IP addresses and search (default search domains).

a)

True

b)

False

14.

RPM cannot be used to build packages; it can only install and remove them.

a)

True

b)

False

15.

A package manager’s core job is automating install/upgrade/configure/remove actions and keeping a database of dependencies and versions to prevent mismatches.

a)

True

b)

False