LEARN SHELL SCRIPTING BASICS


 
Thread Tools Search this Thread
Top Forums Shell Programming and Scripting LEARN SHELL SCRIPTING BASICS
# 1  
Old 01-05-2012
MySQL LEARN SHELL SCRIPTING BASICS

I am beginner to the SHELL SCRIPT and want to Learn SHELL SCRIPT Basics.

This thread should help to all beginners who want to learn SHELL SCRIPT

*** Thanks in advance to those who will contribute on this thread ***

Please guide me and all beginners...

1. Is there any good e-book available? if yes please share links.
2. Where can I try my shell script learning? any online servers available?
3. What is Bash?
4. What is difference between Bash, SSH and Shell Script?
5. Most widely used commands of Shell Script.
6. Summary sheet / summary document of shell script which can be printed and can be used for daily reference
7. What are DOs and DON'T of Shell Script
8. If users are using Free Unix / Free Linux, can they use same shell scripts?
9. How to test shell script without harming to hardware / data?
10. What kind of security we can provide to Shell Script?
11. How to write basic shell programs , like auto-install software, auto-backup, etc...

More topics are always welcome on this thread Smilie

Thank you very much again...


Thanks a ton to FRAPPA as I am new member so cannot reply with links. So trying to add in Main Post:

This site is full of materials.

Here I am sharing direct links for the beginners

Pocket Linux Guide
Pocket Linux Guide

Introduction to Linux - A Hands on Guide
HTML : Introduction to Linux
PDF : http://tldp.org/LDP/intro-linux/intro-linux.pdf

Securing and Optimizing Linux:
Securing and Optimizing Linux

Bash Guide for Beginners:
HTML : Bash Guide for Beginners
PDF : http://tldp.org/LDP/Bash-Beginners-G...ners-Guide.pdf


Advanced Bash-Scripting Guide

HTML : Advanced Bash-Scripting Guide
PDF : http://tldp.org/LDP/abs/abs-guide.pdf


And Many other Linux guides are available here : The Linux Documentation Project: Guides

Last edited by sagarsbhandare; 01-05-2012 at 09:49 AM.. Reason: more meaningful title changed
# 2  
Old 01-05-2012
May be this ppt is useful for beginers

http://bit.ly/A9Vq63
This User Gave Thanks to joshiamit For This Post:
# 3  
Old 01-05-2012
hi,

1. look for advanced bash scripting guide and other more basic resources on tldp.org, i also suggest you the linux hands on guide from tldp.org
2. if you have even a windows machine you can install virtualbox and deploy your linux/unix virtual machines for education/training
3.,4. bash is one of the many shells generally available on unix/linux; ssh is a protocol/application for securely and remotely logging into a system; a shell script is a batch of instructions that can be executed non-interactively - more on the resources suggested in 1.
5,6,7,8,9,10... start reading the suggested resources and practice your scripting skills =)
This User Gave Thanks to frappa For This Post:
# 4  
Old 01-13-2012
hey, good info
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to learn UNIX shell scripting?

Hi Guys, I know basic command of unix and basic programming of unix as like using for loop, while loop, if..else, case statement etc. then how to learn unix shell scripting as well as use also. (1 Reply)
Discussion started by: aaditya321
1 Replies

2. Shell Programming and Scripting

Need a good book to learn UNIX Shell Scripting

I'm going to be starting a job in a month or so that I need to brush up on my Unix shell scripting skills. About 15 years ago, I took a college class for Unix shell scripting. I would like to find a good college book again, rather than just going to Amazon and just buying anything. This is... (2 Replies)
Discussion started by: dorlow
2 Replies

3. UNIX for Dummies Questions & Answers

Learn bash shell scripting

I do not know shell scripting. But at work place, I have got an in and out shell scripting task. I just need to understand a very big script. Is there any tool in which I can place the script and it can tell me the meaning of the whole script? (3 Replies)
Discussion started by: lg123
3 Replies

4. Shell Programming and Scripting

My PM has told me to learn shell scripting in 2 weeks , how should I start?

My PM has told me to learn shell scrting in 2 weeks , how should I start?:confused::confused::confused::confused: (1 Reply)
Discussion started by: manalisharmabe
1 Replies

5. Shell Programming and Scripting

Should I learn bash scripting or is it going obsolete?

Hi folks, I'm a CS students enrolled in a sysadmin class where we've been covering bash scripting for the past few weeks. I have prior knowledge in java, c++, c#, python,and some scripting languages like asp.net w/c# and php. This bash stuff seems pretty neat and a bit different than what I am... (9 Replies)
Discussion started by: KalEl
9 Replies

6. Shell Programming and Scripting

SHELL Scripting Basics

Hi, I am new to shell scripting, i have experience in solaris, can anyone share me the link and experience to learn shell scripting from basics Thanks RJS (2 Replies)
Discussion started by: rajasekg
2 Replies

7. UNIX for Dummies Questions & Answers

good book to learn korn shell scripting

which is a gud book to learn advanced korn shell scripting? i know the basic shell scripting (1 Reply)
Discussion started by: shishirkotkar
1 Replies

8. Shell Programming and Scripting

Help- To learn shell scripting

Hello all, Could any one let me know where to find exercises(problems to solve) both simple and complex ones that would eventually help me learn Shell scripting.I'm just a beginner:o in shell scripting but would love to learn more.. Thanks, Triji (2 Replies)
Discussion started by: tj23
2 Replies

9. Shell Programming and Scripting

Basics of shell scripting

Anybody please tell me basics of shell scripts (2 Replies)
Discussion started by: arvind.elle
2 Replies

10. Shell Programming and Scripting

What is a good place to learn basic shell scripting? Thanks!

See the title. Originally wasn't going to type anything but I need a message of at least 10 characters! :cool: (2 Replies)
Discussion started by: deutchap6verse5
2 Replies
Login or Register to Ask a Question