background for unix


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers background for unix
# 1  
Old 12-12-2001
background for unix

Hi,

I am a newbie learing Unix , I have started with teh book "the Design of the Unix OS" by Bach.After which I plan to read "UNIX Network Programming" by Richard Stevens.
What is the background that one needs to learn unix. I know C. But I am not sure about my Operating Systems Concepts. Shud I read a general book on Operating Sysytems first?Or shud I learn General Networking?

Thanks
# 2  
Old 12-12-2001
Grab Unix Complete by Sybex.
ISBN: 0-7821-2528-X

Apart from providing a great overview and what I've found as invaluable newbie reading, it's always with me as a quick reference.

I highly reccomend it, but it's not the "Be-All-And-End-All" of Unix references as you could imagine.

Hope that helps.
# 3  
Old 12-14-2001
Hi,
with my learning experience, it is better to start learning Unix fundamentals first along with OS concepts correlating with DOS and Windows.
Since, this give you a better understanding of Unix OS.
Networking comes the next.

hope this give you some idea.
Anent
# 4  
Old 12-15-2001
Hi,

Smilie That is what I am trying to do now, I am going thu 'The design of the Unix OS' by Bach and side by side I am also reading "operating systems" by Tannenbaum which I thing gives you the OS concepts.
I am planning to learn TCP/IP and the other protocols after I get strong in the Unix concepts.

Hope I am following the right path

Thanks
# 5  
Old 12-16-2001
Some literature

Itīd be useful for ya to read some of Douglas E. Comer TCP-IP stuff... He presents a very well organized collection of network books, with RFCs references, and so on... About OSes, I recommend you to read Unix Systems Administration Handbook - Prentice Hall. It explains everything about the basic concepts of Unix, linking the reader to some references outside the book. Finally, learn C! ;-)
PhotonCodah
 
Login or Register to Ask a Question

Previous Thread | Next Thread

9 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

How to run multiple functions in Background in UNIX Shell Scripting?

Hi, I am using ksh , i have requirement to run 4 functions in background , 4 functions call are available in a case that case is also in function, i need to execute 1st function it should run in background and return to case and next i will call 2nd function it should run in background and... (8 Replies)
Discussion started by: karthikram
8 Replies

2. Shell Programming and Scripting

Need help on background processes

Hi, I have a schell script parent.ksh from which I am calling three background processes a.ksh,b.ksh and c.ksh. Once these three processes completes the next step in parent.ksh should execute. How to achieve this? Please help me.... Thanks... (1 Reply)
Discussion started by: ravinunna
1 Replies

3. Programming

Unix Shell background processing

So I made my own unix shell, but i want to make a background process when using the & appended to the end, so far most of the commands seem to work (except cd, but thats another story) right now here is what I have got. Im thinking maybe I shouldn't be using switch and maybe switch it to... (27 Replies)
Discussion started by: Mercfh
27 Replies

4. Shell Programming and Scripting

Running a unix script(which is calling another script inside that) in background

Hi all, I am having a script ScriptA which is calling a script ScriptB in the same server and copying files to second server and have to execute one script ScriptC in the second server. THis First script ScriptA is the main script and i have to execute this process continously. for Keeping... (2 Replies)
Discussion started by: rohithji
2 Replies

5. Shell Programming and Scripting

how to set background color in Unix terminal

Hi All, how do I set in .profile file Unix terminal background color = BLUE ? Please advice me. :confused: (2 Replies)
Discussion started by: raghur77
2 Replies

6. UNIX for Dummies Questions & Answers

setting Background Wallpapers in hp Unix

Hi All I am new to the big world of UNIX . I have hp 11.20 unix installed . How do i set my own wallpapers (in jpeg,jpg etc format ) for different workspaces . ???? (0 Replies)
Discussion started by: varungupta_82
0 Replies

7. Shell Programming and Scripting

background process

Hi, In shell script when I use script1 >> filelog the echo statments of script1 gets printed in the filelog but when I try to run script in background i.e, script1 & >> filelog nothing gets printed in the filelog. Anybody knows whats going on here. thanks (3 Replies)
Discussion started by: k_oops9
3 Replies

8. UNIX for Dummies Questions & Answers

dos background to unix admin.... any advise?/

is it possible to see what is in a dds tape? like in dos, we can write dir a: to see the contents of it? thanks PS : actually, i came from a DOS background. so most of the time, i will try to relate unix to dos. of course, dos never came close to unix. but unix is like many instances of... (1 Reply)
Discussion started by: yls177
1 Replies

9. UNIX Desktop Questions & Answers

Unix Background

Hi, I'm new to this forums and to Unix OS... Is this the right place to put this thread? I just need to ask how to set the wallpaper that goes through the x-term windows in a Unix system? It's as if the x-term windows is transparent... I tried modifying the .login file and things got... (5 Replies)
Discussion started by: Gri3v3r7
5 Replies
Login or Register to Ask a Question