Cargando…

The Linux command line : a complete introduction /

You've experienced the shiny, point-and-click surface of your Linux computer--now dive below and explore its depths with the power of the command line. The Linux Command Line takes you from your very first terminal keystrokes to writing full programs in Bash, the most popular Linux shell (or co...

Descripción completa

Detalles Bibliográficos
Clasificación:Libro Electrónico
Autor principal: Shotts, William E., Jr (Autor)
Formato: Electrónico eBook
Idioma:Inglés
Publicado: San Francisco, CA : No Starch Press, [2019]
Edición:2nd edition.
Temas:
Acceso en línea:Texto completo (Requiere registro previo con correo institucional)
Tabla de Contenidos:
  • Part I. Learning the shell: What is the shell?
  • Navigation
  • Exploring the system
  • Manipulating files and directories
  • Working with commands
  • Redirection
  • Seeing the world as the shell sees it
  • Advanced keyboard tricks
  • Permissions
  • Processes. Part II. Configuration and the environment: The environment
  • A gentle introduction to Vi
  • Customizing the prompt. Part III. Common tasks and essential tools: Package management
  • Storage media
  • Networking
  • Searching for files
  • Archiving and backup
  • Regular expressions
  • Text processing
  • Formatting output
  • Printing
  • Compiling programs. Part IV. Writing shell scripts: Writing your first script
  • Starting a project
  • Top-down design
  • Flow control: branching with If
  • Reading keyboard input
  • Flow control: looping with While/Until
  • Troubleshooting
  • Flow control: branching with case
  • Positional parameters
  • Flow control: looping with for
  • Strings and numbers
  • Arrays
  • Exotica.