Cargando…

Practical Linux system administration /

This essential guide covers all aspects of Linux system administration, from user maintenance, backups, filesystem housekeeping, storage management, and network setup to hardware and software troubleshooting and some application management. It's both a practical daily reference manual for sysad...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Hess, Kenneth, 1961- (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: Sebastopol, CA : O'Reilly Media, Inc., 2023.
Edición:[First edition].
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Cover
  • Copyright
  • Table of Contents
  • Preface
  • Who Should Read This Book
  • Why I Wrote This Book
  • Navigating This Book
  • Conventions Used in This Book
  • Using Code Examples
  • O'Reilly Online Learning
  • How to Contact Us
  • Acknowledgments
  • Chapter 1. Getting Started with Linux
  • Installing Linux
  • Preparing Your System for Linux
  • Downloading and Installing Linux
  • Getting to Know Your New Linux System
  • Learning the CLI
  • pwd
  • cd
  • ls
  • Starting, Rebooting, and Shutting Down a Linux System
  • Starting a System
  • Restarting a System
  • Shutting Down a System
  • /Etc/bashrc
  • /etc/profile
  • .bashrc
  • .bash_profile
  • .bash_logout
  • The /etc/skel Directory
  • Customizing the Shell Prompt
  • Summary
  • Chapter 4. Managing Users
  • User and Group ID Numbering Conventions
  • Creating User Accounts
  • Adding Users with useradd
  • Adding Users with adduser
  • Modifying User Accounts
  • Adding a Supplementary Group
  • Changing the User Comments Field
  • Setting an Expiration (Expiry) Date on an Account
  • Changing a User's Login Shell
  • Removing User Accounts
  • Forcing Password Changes
  • Handling Service Accounts
  • Managing Groups Rather Than Users
  • Installing and Uninstalling Individual Software Packages
  • Installing an Individual Software Package Manually
  • Uninstalling Individual Software Packages
  • Finding Package Dependencies
  • Installing Software from Source Code
  • Satisfying Prerequisites: Building a Development Environment
  • Download, Extract, Compile, and Install Your Software
  • Uninstalling a Source-Installed Software Package
  • Summary
  • Chapter 7. Managing Storage
  • Administering Linux Storage
  • Disks
  • Filesystems
  • Mounting and Mount Points
  • Physical and Logical Volumes
  • Checking Space
  • Swap Space