System Management

Configuring and managing Linux systems, storage, networks, and services.

Covers the core responsibilities of a Linux administrator, including system configuration, service management, and hardware configuration.
5 minutes 5 Questions

In the context of the CompTIA Linux+ certification, System Management constitutes a critical domain focused on the ongoing administration required to ensure a Linux environment remains stable, efficient, and secure. It encompasses the complete lifecycle of system operations, from boot initializatio…

Concepts covered: Boot Process and Systemd, Linux File Hierarchy Standard (FHS), Storage Management (LVM, Partitions), Package Management (RPM, DEB), Networking Configuration

Test mode:
Linux+ - System Management Example Questions

Test your knowledge of System Management

Question 1

A Linux DevOps Engineer is authoring a custom service unit 'log-rotate.service'. The configuration includes an 'ExecStartPre=' directive pointing to a cleanup script that may legitimately return a non-zero exit code if no files exist. The engineer must configure the unit to proceed with the main service execution instead of treating this specific non-zero return as a fatal dependency failure. Which syntax modification applies this exception?

Question 2

A Linux administrator is troubleshooting a server that consistently freezes during the boot sequence. To inspect the state of systemd jobs and services in real-time while the start-up transaction continues in the background, the administrator modifies the kernel command line parameters in the bootloader. The goal is to spawn a root shell explicitly on TTY9. Which parameter specifically activates this debugging interface?

Question 3

A Linux administrator utilizes 'fdisk' to modify the partition layout on the active drive '/dev/sdb'. After writing the new data, the kernel reports that it is currently using the old table and cannot reload it automatically. Which command forces the operating system to re-read the partition table entries for this specific device?

More System Management questions
256 questions (total)