Loading…

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...

Full description

Bibliographic Details
Call Number:Libro Electrónico
Main Author: Shotts, William E., Jr (Author)
Format: Electronic eBook
Language:Inglés
Published: San Francisco, CA : No Starch Press, [2019]
Edition:2nd edition.
Subjects:
Online Access:Texto completo (Requiere registro previo con correo institucional)
Table of Contents:
  • 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.