ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
The Linux Command Line - A Complete Introduction (1st Edition)
Author:
William E. Shotts Jr.
ISBN:
978-1-59327-389-7
Publisher:
No Starch Press, Incorporated
Pages:
480
Price:
£21.60
Reviewer:
Ian Bruntlett
Subject:
Linux, shell
Appeared in:
31-2

I am not an expert in this field. I use the command line regularly and have written a couple of shell scripts that are particularly important to me.

This book is available as a paid-for book and as a free to download PDF from http://linuxcommand.org/. Before I read this book, I read How Linux Works, to get a better idea about Linux.

Note from the book’s author: “The second No Starch edition contains about 20 pages of additional material mostly having to do with bash version 4 and a number of additions inspired by reader feedback. The second No Starch edition is based on my 5th Internet edition which you can download from LinuxCommand.org.”

This book is in 4 parts. Part 1, ‘Learning the shell’, is all about the command line. Part 2, ‘Configuration and the Environment’ is all about customising bash: environment variables, shell configuration scripts, customising the prompt and a gentle introduction to vi.

Part 3, ‘Common tasks and Essential tools’ explains package management for both .deb and .rpm oriented systems, and explains storage media, in particular mounting/unmounting devices, filesystems and CD-ROM images. It also explains and introduces networking, searching for files, archiving and backing up, regular expressions, the arcane arts of text processing, printing and explains how to compile C programmes from a tar ball.

Part 4 goes into detail about writing shell scripts: as well as syntax, it covers best practice for shell scripting and debugging.

I read this book to get a lot more knowledge about the bash command line and scripting. It did not disappoint.