old-www/LDP/Bash-Beginners-Guide/html/intro_02.html

194 lines
3.5 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML
><HEAD
><TITLE
>Who should read this book?</TITLE
><META
NAME="GENERATOR"
CONTENT="Modular DocBook HTML Stylesheet Version 1.7"><LINK
REL="HOME"
TITLE="Bash Guide for Beginners"
HREF="index.html"><LINK
REL="UP"
TITLE="Introduction"
HREF="f32.html"><LINK
REL="PREVIOUS"
TITLE="Why this guide?"
HREF="intro_01.html"><LINK
REL="NEXT"
TITLE="New versions, translations and availability"
HREF="intro_03.html"></HEAD
><BODY
CLASS="section"
BGCOLOR="#FFFFFF"
TEXT="#000000"
LINK="#0000FF"
VLINK="#840084"
ALINK="#0000FF"
><DIV
CLASS="NAVHEADER"
><TABLE
SUMMARY="Header navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TH
COLSPAN="3"
ALIGN="center"
>Bash Guide for Beginners</TH
></TR
><TR
><TD
WIDTH="10%"
ALIGN="left"
VALIGN="bottom"
><A
HREF="intro_01.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="80%"
ALIGN="center"
VALIGN="bottom"
>Introduction</TD
><TD
WIDTH="10%"
ALIGN="right"
VALIGN="bottom"
><A
HREF="intro_03.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
></TABLE
><HR
ALIGN="LEFT"
WIDTH="100%"></DIV
><DIV
CLASS="section"
><H1
CLASS="section"
><A
NAME="intro_02"
></A
>2. Who should read this book?</H1
><P
>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.</P
><P
>Prerequisites/not in this course:</P
><P
></P
><UL
><LI
><P
>You should be an experienced UNIX or Linux user, familiar with basic commands, man pages and documentation</P
></LI
><LI
><P
>Being able to use a text editor</P
></LI
><LI
><P
>Understand system boot and shutdown processes, init and initscripts</P
></LI
><LI
><P
>Create users and groups, set passwords</P
></LI
><LI
><P
>Permissions, special modes</P
></LI
><LI
><P
>Understand naming conventions for devices, partitioning, mounting/unmounting file systems</P
></LI
><LI
><P
>Adding/removing software on your system</P
></LI
></UL
><P
>See <A
HREF="http://tldp.org/LDP/intro-linux/html/"
TARGET="_top"
>Introduction to Linux</A
> (or your local <A
HREF="http://www.tldp.org/mirrors.html"
TARGET="_top"
>TLDP mirror</A
>) if you haven't mastered one or more of these topics. Additional information can be found in your system documentation (man and info pages), or at <A
HREF="http://tldp.org"
TARGET="_top"
>the Linux Documentation Project</A
>.</P
></DIV
><DIV
CLASS="NAVFOOTER"
><HR
ALIGN="LEFT"
WIDTH="100%"><TABLE
SUMMARY="Footer navigation table"
WIDTH="100%"
BORDER="0"
CELLPADDING="0"
CELLSPACING="0"
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
><A
HREF="intro_01.html"
ACCESSKEY="P"
>Prev</A
></TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="index.html"
ACCESSKEY="H"
>Home</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
><A
HREF="intro_03.html"
ACCESSKEY="N"
>Next</A
></TD
></TR
><TR
><TD
WIDTH="33%"
ALIGN="left"
VALIGN="top"
>Why this guide?</TD
><TD
WIDTH="34%"
ALIGN="center"
VALIGN="top"
><A
HREF="f32.html"
ACCESSKEY="U"
>Up</A
></TD
><TD
WIDTH="33%"
ALIGN="right"
VALIGN="top"
>New versions, translations and availability</TD
></TR
></TABLE
></DIV
></BODY
></HTML
>