LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   System Administration scripting (https://www.linuxquestions.org/questions/linux-newbie-8/system-administration-scripting-855343/)

diamond_D 01-10-2011 08:12 AM

System Administration scripting
 
Hi,

I'd like to know some good resources, links, e-books to learn basic Linux system administration scripting. I know how to write very basic BASH shell scripts so I'm still at beginner level. There are so many docs out there that I'd like to narrow down people's opinion's on the best easy to understand resources that are available. Eventually I'd like to learn basic PERL as well.

Any ideas or suggestions are greatly appreciated.

bsdunix 01-10-2011 10:29 AM

Classic Shell Scripting
http://oreilly.com/catalog/9780596005955

Andy Alt 01-10-2011 01:27 PM

Advanced Bash-Scripting Guide
http://tldp.org/LDP/abs/html/

The Ultimate Bash Array Tutorial with 15 Examples
http://www.thegeekstuff.com/2010/06/...rray-tutorial/

BASH Programming - Introduction HOW-TO
http://tldp.org/HOWTO/Bash-Prog-Intro-HOWTO.html

Bash snippets (one of my projects)
http://sourceforge.net/projects/bashsnippets/

Also there are reference books you can buy (maybe even available at your local library). Search for unix bash on Amazon

Another thing I do is look at scripts already installed in /etc/init.d/ or /etc/rc.d/
As a non-root user, copy them to your home directory and experiment.

chrism01 01-11-2011 01:52 AM

http://rute.2038bug.com/index.html.gz

For Perl:
http://perldoc.perl.org/ - complete lang description, with examples, plus loads of tutorial links
http://www.perlmonks.org/?node=Tutorials - tutorials section of website where the Perl gurus hang out


All times are GMT -5. The time now is 07:25 AM.