Book Image

CentOS Quick Start Guide

By : Shiwang Kalkhanda
Book Image

CentOS Quick Start Guide

By: Shiwang Kalkhanda

Overview of this book

Linux kernel development has been the worlds largest collaborative project to date. With this practical guide, you will learn Linux through one of its most popular and stable distributions. This book will introduce you to essential Linux skills using CentOS 7. It describes how a Linux system is organized, and will introduce you to key command-line concepts you can practice on your own. It will guide you in performing basic system administration tasks and day-to-day operations in a Linux environment. You will learn core system administration skills for managing a system running CentOS 7 or a similar operating system, such as RHEL 7, Scientific Linux, and Oracle Linux. You will be able to perform installation, establish network connectivity and user and process management, modify file permissions, manage text files using the command line, and implement basic security administration after covering this book. By the end of this book, you will have a solid understanding of working with Linux using the command line.
Table of Contents (11 chapters)

To get the most out of this book

As always, we have put our best efforts into making this book's content relevant to user requirements. All command lines covered in this book are based on CentOS 7. You can use any minor release of CentOS 7, from CentOS 7.1 through to CentOS 7.6. A CentOS 7 operating system is the only requirement for this book. For beginners, however, it is recommended installing and practicing CentOS 7 in any desktop virtualization application, such as VirtualBox, and VMWare Workstation.

For Windows and macOS users who would like to use a virtual environment, they can use VMWare or VirtualBox to set up CentOS 7 and execute the given command-line examples. For those who are new to Linux, the installation of CentOS 7 is covered in Chapter 1, Getting Started with CentOS 7.

Conventions used

There are a number of text conventions used throughout this book.

CodeInText: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: "For example, DIRECTORY.. in mkdir usage means we have to insert the directory name we want to use with the mkdir command."

Any command-line input or output is written as follows:

$ mkdir -p -v demo/linux/centos

Bold: Indicates a new term, an important word, or words that you see on screen. For example, words in menus or dialog boxes appear in the text like this. Here is an example: "Thereafter, the Begin Installation button will be enabled."

Warnings or important notes appear like this.
Tips and tricks appear like this.