Back to menu

Introduction

Rocky Linux Admin Guide

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

Introduction

We start with Introduction to Linux, which outlines Linux, distributions, and the whole ecosystem around our operating system.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

User Commands

User Commands contains essential commands for getting up to speed with Linux. More experienced users should also consult the following chapter on Advanced Linux Commands.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

VI Text Editor

The VI Text Editor deserves its own chapter. While Linux comes with many editors, VI is one of the most powerful. Other commands sometimes use identical syntax to VI (sed comes to mind). So, knowing something about VI, or at least demystifying its essential functions (how to open a file, save, quit or quit without saving), is very important.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

VI Text Editor

The user will become more comfortable with the other functions of VI as they use the editor. An alternative would be to use nano which comes installed by default in Rocky Linux. While not as versatile, it is simple to use, straightforward, and gets the job done.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

System

We can then get into the deep functioning of Linux to discover how the system addresses:

  • User Management
  • File Systems
  • Process Management
Rocky Linux Academy > Admin Guide > Introduction
Back to menu

Backup and Restoration

Backup and Restoration is essential info for the System Administrator. Linux comes with many software solutions to enhance backups (rsnapshot, lsyncd, etcetera.). It is valuable to know the essential components of the backup that exist within the operating system. We investigate two tools: tar and the less widespread cpio in this chapter.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

System Startup

System Startup is also an important read because management of the system during the boot process has evolved significantly in recent years since the arrival of the systemd.

Rocky Linux Academy > Admin Guide > Introduction
Back to menu

Task Management

Final chapters address Task Management, Implementing the Network, and Software Management including installation.





Next Chapter

Rocky Linux Academy > Admin Guide > Introduction