Want to learn Shell well.. Advices

 
Thread Tools Search this Thread
Homework and Emergencies Homework & Coursework Questions Want to learn Shell well.. Advices
# 1  
Old 02-05-2013
Code Want to learn Shell well.. Advices

Hi everyone..

Thanks a lot for reading this post.
I am trying to learn shell and Unix well. I am taking course at UNT school, unfortunately, the professor doesn't explain well. I am trying to take an advantage of this course and learn as much as I could. I learn by myself.. read the book which is fantastic book.. System programming with C and Unix, Hoover Book.. I am trying to answer the questions. However, I don't know if I am doing well or not. Does anyone have the book manual solution? or knows any web that I can have it?
# 2  
Old 02-07-2013
To learn "shell and UNIX" well it ls IMHO not necessary to study systems programming. This is nothing against the value of systems programming, but you can learn the workings of UNIX (and especially the shell) without knowing system calls. My suggestion is to first learn the basics - which in this case means concepts and ideas behind UNIX - and only then deepen this knowledge by learning systems programming. This way you avoid being overwhelmed by too much information at once.

I suggest Andrew Tanenbaums "Modern Operating Systems". He explains a lot of the ideas and architectural decisions behind UNIX and you will get a good understanding of why things work the way they do.

A second book I'd suggest is W. Richard Stevens "TCP/IP Illustrated". UNIX and TCP/IP networking is inseparable and to understand UNIX is virtually impossible without a foundation of how networking works. The first volume deals with the protocols and will be sufficient for a starter but you will be delighted that Vol.3 contains a complete TCP/IP stack in heavily commented source code.

I hope this helps.

bakunin
Login or Register to Ask a Question

Previous Thread | Next Thread

10 More Discussions You Might Find Interesting

1. UNIX for Beginners Questions & Answers

Try to learn automated shell script

Hi, i am new to shell script,i have a algorithm but i am not able to write script for this! we have to run one menu script for 100 times,in the first time we have to give options and after that execute. 1.enter option for write,in that we give address and data 2.enter the option for read,we... (1 Reply)
Discussion started by: y9ec629
1 Replies

2. 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

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

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... (3 Replies)
Discussion started by: sagarsbhandare
3 Replies

5. Shell Programming and Scripting

Best way to learn UNIX and shell Programming

Guys, What do you think is the best way to learn UNIX and shell scripting? ** I keep on searching tutorials online, where I loose most of my time :( Let me know the way you learnt the UNIX concepts, your replies might help me learn more. Thanks a ton:b: (2 Replies)
Discussion started by: dnam9917
2 Replies

6. Shell Programming and Scripting

Want to learn/use SQLPLUS in shell script

Hi All, How i will use sqlplus in shell script? Can any one provide sample code which explain following: 1. Connect to oracle DB 2. Exceute select * from tablename 3. Release connection to the DB 4. Append output in file everytime when query executes. Thanks in advance (1 Reply)
Discussion started by: poweroflinux
1 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. Solaris

Help me to learn about shell script

Hello friends,:D I want to learn shell scripting in solaris .so any one pls help me to give a link (URL)to study scirpting. rgds, jay (13 Replies)
Discussion started by: rjay.com
13 Replies

10. Shell Programming and Scripting

Help me to learn about shell script

Hello friends, I'm newly joined as a sys admin(solaris).I'm very mach intrest in shell scripting.I wont to start the from basic.like ex:-how to find a ipaddress,host id ,or redirect the output ...like this type of small script and how to write those scripts. Any one give me a link to study the... (4 Replies)
Discussion started by: rjay.com
4 Replies
Login or Register to Ask a Question