14

I am finding myself doing a lot more messing around with scripts than I used to and my lack of knowledge in this area (and linux sysadmin/security in general), is becoming a hindrance.

Can anyone recommend a good online resource for bash scripting/linux admin. Preferably, it will be in pdf format, so I can copy it (single file) onto my PDA.

morpheous
  • 16,270
  • 32
  • 89
  • 120
  • 9
    Come on, at least *pretend* to use Google... – Ignacio Vazquez-Abrams Jun 05 '10 at 07:53
  • I have to ask - why PDF? – colinmarc Jun 05 '10 at 07:57
  • 4
    @ignatio: of course, I did use Google. But there are so many of them to choose from. The vast majority are sub standard (e.g. written by a high school teacher) or someone who is just starting out him/herself (kinda like a 'Curious George For Bash'). I wanted to know which tutorial the professionals on here recommended. – morpheous Jun 05 '10 at 12:45
  • 6
    @Ignacio Vazquez-Abrams - Googling often fails or leads people down the wrong path. That's why StackOverflow exists. If StackOverflow's goal is to become a repository of knowledge, then questions like this are perfectly legitimate. – Stefan Lasiewski Jun 08 '10 at 04:43

4 Answers4

12

I've learnt much from the Advanced Bash-Scripting Guide

This guide is targeted more at programming beginners, but it can prove useful too: Bash Guide for Beginners.

I usually use the HTML version as a reference when hacking Bash, but there is a PDF version of both guides if you want to read them all through. You can find all formats of the guides at http://www.tldp.org/guides.html

Emil Vikström
  • 90,431
  • 16
  • 141
  • 175
11

The available PDF manuals are very limited. I download some of these HTML guides using something like wget --page-requisites --mirror --convert-links so I can read them on the train on my laptop.

Stefan Lasiewski
  • 17,380
  • 5
  • 28
  • 35
3

Do not miss to look at http://mywiki.wooledge.org/BashGuide.

Fritz G. Mehner
  • 16,550
  • 2
  • 34
  • 41
0

There is the Advanced Bash Scripting Guide - for PDF versions do a bit a of Googling.