szaboz.com
Bash beginner tutorial PDF Print E-mail
Written by zadminz   
Sunday, 16 August 2009 19:57
Article Index
Bash beginner tutorial
Conventions used in this document
Organization of this document
Chapter 1. Bash and Bash scripts
Common shell programs
Advantages of the Bourne Again SHell
Executing commands
Building blocks
Developing good scripts
Summary
Exercises
All Pages

Who should read this tutorial?

Everybody working on a UNIX or UNIX-like system who wants to make life easier on themselves, power users and sysadmins alike, can benefit from reading this book. Readers who already have a grasp of working the system using the command line will learn the ins and outs of shell scripting that ease execution of daily tasks. System administration relies a great deal on shell scripting; common tasks are often automated using simple scripts. This document is full of examples that will encourage you to write your own and that will inspire you to improve on existing scripts.

Prerequisites/not in this course:

  • You should be an experienced UNIX or Linux user, familiar with basic commands, man pages and documentation

  • Being able to use a text editor

  • Understand system boot and shutdown processes, init and initscripts

  • Create users and groups, set passwords

  • Permissions, special modes

  • Understand naming conventions for devices, partitioning, mounting/unmounting file systems

  • Adding/removing software on your system



What do you need?

bash, available from http://www.gnu.org/directory/GNU/. The Bash shell is available on nearly every Linux system, and can these days be found on a wide variety of UNIX systems.

Compiles easily if you need to make your own, tested on a wide variety of UNIX, Linux, MS Windows and other systems.




Last Updated on Sunday, 06 September 2009 21:38
 
© 2012 szaboz.com
powered by programming tutorials forums szaboz.com