Unit 6: Network Storage, Boot, Security, and Installation - Subjective Questions

CSE493 — Linux System Administration • Practice Questions with Detailed Answers

20 questions

1

Define network-attached storage and explain how a Linux client accesses storage shared through NFS.

2

Describe the procedure for manually mounting an NFS file system and verifying that it has been mounted correctly.

3

Explain how to configure a persistent NFS mount using /etc/fstab. Include suitable mount options and troubleshooting precautions.

4

What is automounting? Explain how autofs can be configured to mount an NFS share on demand.

5

Compare persistent NFS mounts configured through /etc/fstab with on-demand mounts configured through autofs.

6

Describe the complete Linux boot process from system power-on until a usable systemd target is reached.

7

Explain systemd targets and show how an administrator can view, change, and temporarily select the boot target.

8

Distinguish between rescue.target and emergency.target, and state suitable administrative uses for each.

9

Describe the procedure for resetting a forgotten root password on Red Hat Enterprise Linux by using the GRUB boot menu.

10

Explain how an administrator should diagnose and repair file-system-related boot failures.

11

Explain the role of firewalld in Red Hat Enterprise Linux and define zones, services, ports, and interfaces in its configuration model.

12

Describe how to allow an HTTP service and a custom TCP port through the RHEL firewall permanently, and explain how to verify the configuration.

13

Compare runtime and permanent firewalld configurations. How can rules be added, removed, and preserved correctly?

14

What is SELinux port labeling? Explain how to permit a web server to listen on a nonstandard TCP port such as 8080.

15

Distinguish between firewall port control and SELinux port labeling. Why may a network service fail even when its firewall port is open?

16

Describe the major stages of an interactive Red Hat Enterprise Linux installation.

17

Explain automatic and custom storage partitioning during RHEL installation. What factors should an administrator consider when designing the partition layout?

18

What is a Kickstart installation? Describe the main sections of a Kickstart file and how it is used to automate RHEL installation.

19

Explain how to create, validate, secure, and troubleshoot a Kickstart file for automated installation.

20

Describe how to install and configure a RHEL virtual machine using KVM and libvirt. Include resource, storage, networking, and verification steps.