Sponsored Content
Full Discussion: Unix Books
Top Forums UNIX for Beginners Questions & Answers Answers to Frequently Asked Questions New to Unix. Which books should I read? Unix Books Post 398 by Neo on Thursday 30th of November 2000 11:33:25 PM
Old 12-01-2000
As promised, I went to my bookshelf and picked four books that are recommended. Depending on your interests, some might not apply for you. The first book is for people who want to really dig into the UNIX kernal, file descriptors, inodes, etc The Design and Implementation of the 4.2BSD UNIX Operating System This book is out of print and is mostly for those who want to really have a good historical background on the UNIX OS and it not something most UNIX admins would read. One of the most important books for all UNIX folks (a most know and have) is:





DNS and BIND is perhaps one of the most important foundation books for understanding UNIX networking; and without networking UNIX is not very useful. Everyone must have this book! Another MUST HAVE is TCP/IP Network Administration better known as THE CRAB BOOK. Without understanding TCP/IP network adminstration you can only swim in the 'UNIX baby pool' Smilie




Switching gears, understanding history is always fun and very important. This is the best and most factual history book on the Internet without a doubt:




Where Wizards Stay Up Late - The Origins of the Internet. This book has the names, faces and stories of the real heros of the Internet, not the false heros of todays media. In this book you will read how Dr. Kleinrock sent the worlds first email message to locate his lost razor! Messaging is the most important core service that the network offers. Regardless of your career path, you must understand messaging. That brings me to the last MUST HAVE book of this post:




SENDMAIL is critical in your studies. You don't have to master every flag and switch, that is impossible!! However, you must understand the basics of heterogenous messaging systems and sendmail is the great-grandfather of the Internet. Learn about messaging and always be an expert in heterogeneous email architectures. No organization can survive without robust messaging.

That is all for today. I have a few more on networking that are essential academic texts for those who, like me, do not see UNIX as an OS but as a networking philosophy. If you would like, I will post the networking books as well.




 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

Books for Unix Scripting

Hi, I'm in a second year unix course at school, and we are really starting to get into the scripting aspect of it. I already own the "Unix in a Nutshell - O'Reilly", and the "Unix - Peachpit Press" books but these book really don't go into too much detail about scripting. So I was wondering if... (3 Replies)
Discussion started by: Astudent
3 Replies

2. UNIX for Dummies Questions & Answers

Unix Books

I'm just looking for really good unix book on programming in all shells, and system adminstrator books, and well as just all around really good books on unix. I know the "Unix Shell Programming" book that Neo recommends I recently purchased that it is very good. But when I heard that Neo has... (13 Replies)
Discussion started by: Astudent
13 Replies

3. UNIX for Dummies Questions & Answers

unix admnistration books

where can i find unix admnistration books to be downloaded i an using SCO openserver 5.0.4 also where can i download freely unix programmimg tutorials (1 Reply)
Discussion started by: dsrawat
1 Replies

4. Shell Programming and Scripting

Books on Unix

Hai All Iam looking for books in unix on shell scripting which has more stuff on how to run Oracle procedures or functions and the best methods to follow passing unix variables as parameters to Oracle. Thanks in advance Krishna (2 Replies)
Discussion started by: krishnasai
2 Replies

5. UNIX for Advanced & Expert Users

Good books for UNIX

Hello, I have just started working on UNIX and from the role i am playing, i am getting the hint that i will have to go to the extreme level. Can anybody suggest me some good UNIX books which start from the basics and goes to the top level including architecture and all. (3 Replies)
Discussion started by: vibhor_agarwali
3 Replies

6. UNIX for Dummies Questions & Answers

Books on Unix

hi forum, i would like to learn Unix by myself and want to have some good knowlege ..is that possible ?which book can i follow?can anyone send me some book links ... Thanks in advance. (2 Replies)
Discussion started by: Vyra
2 Replies

7. UNIX for Dummies Questions & Answers

Unix Books

Am new to this unix concept..i want to learn unix ..could anyone give link or free e-book to study and understand Unix fundamentals.. (6 Replies)
Discussion started by: Vyra
6 Replies

8. UNIX for Dummies Questions & Answers

Unix books from O'Relly

If there is anybody who doesn't know this old but useful books, I recommend it: url deleted (3 Replies)
Discussion started by: xramm
3 Replies

9. UNIX for Dummies Questions & Answers

Unix Books for Beginner

Hi, I am a beginner and I want to learn Unix, so I want to buy a good unix books. Here's a few books that I think can be useful, but I nned you suggestion and comments. 1. Beginning UNIX by Wrox 2. Mastering Unix by Katherine Wrightson, Joseph Merlino, .. 3. Unix in a Nutshell, Fourth... (1 Reply)
Discussion started by: wizzkid
1 Replies

10. UNIX Desktop Questions & Answers

UNIX reference books

Hi , Can any one send me the best unix book to start. Actually i know the very basic but i need to learn in depth. Please send me the pdf or link.It would be very helpful if you send ASAP (2 Replies)
Discussion started by: kkalyan
2 Replies
term::ansi::ctrl::unix(n)					 Terminal control					 term::ansi::ctrl::unix(n)

__________________________________________________________________________________________________________________________________________________

NAME
term::ansi::ctrl::unix - Control operations and queries SYNOPSIS
package require Tcl 8.4 package require term::ansi::ctrl::unix ?0.1? ::term::ansi::ctrl::unix::import ?ns? ?arg...? ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::raw ::term::ansi::ctrl::unix::columns ::term::ansi::ctrl::unix::rows _________________________________________________________________ DESCRIPTION
WARNING: This package is unix-specific and depends on the availability of two unix system commands for terminal control, i.e. stty and tput, both of which have to be found in the $PATH. If any of these two commands is missing the loading of the package will fail. The package provides commands to switch the standard input of the current process between raw and cooked input modes, and to query the size of terminals, i.e. the available number of columns and lines. API
INTROSPECTION ::term::ansi::ctrl::unix::import ?ns? ?arg...? This command imports some or all attribute commands into the namespace ns. This is by default the namespace ctrl. Note that this is relative namespace name, placing the imported command into a child of the current namespace. By default all commands are imported, this can howver be restricted by listing the names of the wanted commands after the namespace argument. OPERATIONS ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to raw input mode. This means that from then on all characters typed by the user are immediately reported to the application instead of waiting in the OS buffer until the Enter/Return key is received. ::term::ansi::ctrl::unix::raw This command switches the standard input of the current process to cooked input mode. This means that from then on all characters typed by the user are kept in OS buffers for editing until the Enter/Return key is received. ::term::ansi::ctrl::unix::columns This command queries the terminal connected to the standard input for the number of columns available for display. ::term::ansi::ctrl::unix::rows This command queries the terminal connected to the standard input for the number of rows (aka lines) available for display. BUGS, IDEAS, FEEDBACK This document, and the package it describes, will undoubtedly contain bugs and other problems. Please report such in the category term of the Tcllib SF Trackers [http://sourceforge.net/tracker/?group_id=12883]. Please also report any ideas for enhancements you may have for either package and/or documentation. KEYWORDS
ansi, columns, control, cooked, input mode, lines, raw, rows, terminal CATEGORY
Terminal control COPYRIGHT
Copyright (c) 2006 Andreas Kupries <andreas_kupries@users.sourceforge.net> term 0.1 term::ansi::ctrl::unix(n)
All times are GMT -4. The time now is 06:31 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy