Book Image

Hands-On Linux System Administration [Video]

By : Jack-Benny Persson
5 (1)
Book Image

Hands-On Linux System Administration [Video]

5 (1)
By: Jack-Benny Persson

Overview of this book

Have you only come into brief contact with Linux before, but now you need to set up or maintain a Linux server? Then this course is for you. With this course you'll learn how to master any Linux machine. Control and master the administration of a Linux machine, whether a workstation or a server. You'll learn how to set up services, monitor the system, perform backups, and schedule common tasks. By the end of the course you will be ready to start your career as a Linux system administrator. The code bundle for this video course is available at: https://github.com/PacktPublishing/Hands-on-Linux-System-Administration
Table of Contents (6 chapters)
Chapter 5
Managing Services
Content Locked
Section 5
Editing Configuration Files
In this video we learn how to configure services, what kind of configuration files we find /etc, and how config files, subdirectories and include statements all fits together. We also get some first hands-on experience modifying a service. - Learn the difference between a configuration file and a unit file. We will also learn what we configure with the configuration files for the different services. - Add a warning messages to the SSH daemon, telling people what unauthorized access is prohibited. - Then, before we actually restart the SSH daemon we learn a very important lesson to not lock us out from our own server by mistake. We then restart the service and log back into the machine again.