Unix for the Impatient, CD-ROM Version

Author:   Paul W. Abrahams ,  Bruce R. Larson
Publisher:   Pearson Education (US)
Edition:   2nd edition
ISBN:  

9780201419795


Pages:   896
Publication Date:   20 March 1997
Format:   Mixed media product
Availability:   Out of stock   Availability explained


Our Price $211.17 Quantity:  
Add to Cart

Share |

Unix for the Impatient, CD-ROM Version


Add your own review!

Overview

IF YOU ARE THINKING about using UNIX, you must have this book. The popular handbook -- now with a hypertext version for the Hyper-Impatient UNIX for the Impatient is is an in-depth, comprehensive guide to UNIX -- a handbook you can use both for learning and as a ready reference. Clear, concise, and readable, the book is written for the technically oriented UNIX user who doesn't want to wade through verbose tutorials but isn't already an expert. Its functional organization makes it easy to find the right tool for any task, and an extensive discussion of underlying UNIX concepts, supplemented by a glossary, enables even a UNIX beginner to penetrate the mysteries of UNIX terminology. UNIX for the Hyper-Impatient, on the accompanying CD-ROM, complements the printed book by giving you even more powerful ways to retrieve information quickly. The CD-ROM contains the entire text of the book, together with the DynaText hypertext system for navigating through it. The DynaText software will run on a variety of UNIX systems (with Motif)*, as well as on Microsoft Windows and Macintosh. Valuable features include links for retrieving the syntax and options of any UNIX command as well as its full description; a dynamically expandable table of contents; links for tracing cross-references; search operations over either section headings or the entire text using combinations of terms, phrases, nearby words, or wildcards; facilities for the reader to add personal annotations and hyperlinks; and the ability to save or print excerpts of the book. The CD-ROM also includes the Slackware distribution of Linux, a free but thoroughly professional version of UNIX, and the full set of files for the Emacs editor. This up-to-date and practical work is based on the IEEE POSIX.2 Standard now widely adopted by UNIX vendors and implementors. Important System V, BSD, and GNU variations and enhancements are also presented. Topics include user utilities, shells, the vi editor and other standard editors, the GNU Emacs editor, Internet access tools, the awk language, the X Window System, and system administration from the user's perspective. Linux version of the DynaText browser not yet available. 0201419793B04062001

Full Product Details

Author:   Paul W. Abrahams ,  Bruce R. Larson
Publisher:   Pearson Education (US)
Imprint:   Addison-Wesley Educational Publishers Inc
Edition:   2nd edition
Dimensions:   Width: 18.80cm , Height: 3.50cm , Length: 23.50cm
Weight:   1.290kg
ISBN:  

9780201419795


ISBN 10:   0201419793
Pages:   896
Publication Date:   20 March 1997
Audience:   Professional and scholarly ,  Professional & Vocational
Format:   Mixed media product
Publisher's Status:   Out of Print
Availability:   Out of stock   Availability explained

Table of Contents

1. Introduction. UNIX Background. The POSIX.2 Standard. How to Use This Book. Typographical Conventions. Syntactic Conventions. Getting Started. 2. Concepts. The UNIX Manual. System Administration and the Superuser. Users and Groups. What the Shell Does. The UNIX Kernel. Processes. The UNIX File System. File Permissions. Conventions for Using Files. Standard Files and Redirection. Other Facilities for Interprocess Communication. UNIX Commands. Local Variables. Initialization Files. Terminal Descriptions. Locales, Code Sets, and Internationalization. Regular Expressions. Devices. 3. Operations on Files. Operations on Directories. Listing Files with ls. Displaying and Concatenating Files with cat. Linking, Moving, and Copying Files with ln, mv, and cp. Removing Files. Examining Files or Output with a Pager. Printing Files. Finding Files with find. Locating, Classifying, and Checking Files. Comparing Files. Controlling File Access and Ownership. Miscellaneous File Utilities. Data Compression and Encoding. Archiving Sets of Files. Examining Files with od. Copying and Converting Data with dd. Updating Files with patch. Creating Special Files. 4. Data Manipulation Using Filters. Sorting Files with sort. Finding Patterns with grep. Simple Data Transformations. Extracting Parts of Files. Combining Files. Using sed to Edit from a Script. The awk Programming Language. Other Data Manipulation Languages. 5. Utility Programs. Information Services. Reporting on the Status of Processes. Managing Processes. Commands Related to Logging In. Controlling Your Terminal. On-Line Communication with Other Users. Disk Usage Statistics. Writing and Reading Strings. Evaluating Expressions. Special Invocation of Commands. Querying Your UNIX Environment. Miscellaneous Services. Producing Locale Information and Defining a Locale. Document Processing. Version Control. 6. The Korn and POSIX Shells. Overview of the KornShell. Interacting with the Shell. Editing an Input Line. Calling the Shell Directly. Shell Scripts. Syntax of Shell Input. Patterns. Simple Commands. Linking Commands with Operators. Redirection. Here-Documents. The test, true, and false Commands. Compound Commands. How Commands Are Executed. Parameters. Parameter Expansions. Quotation. Substitutions. Aliases. Commands for Job Control. The Command History and the fc Command. Intrinsic Commands and Predefined Aliases. Predefined Variables Used by the Shell. Execution Options. Initialization Files for the Shell. Parsing Command Lines with getopts. A Sample Shell Script. 7. Other Shells. The C Shell csh. Bash, the Bourne-again Shell. 8. Standard Editors. The vi Visual Editor. Local Variables for vi and ex. The Extended Editor ex. The ed Line Editor. Tag Files. 9. The GNU Emacs Editor. Calling and Terminating Emacs. Conventions for Typing Input. Getting Acquainted with Emacs. Emacs Concepts. How to Issue Commands. Getting Help. Exiting from or Suspending Emacs. Basic Editing Commands. Mouse Operations on Text. Additional Editing Commands. Indentation. Operations on Rectangles. Operations on Windows. Operations on Frames. Operations on Files. Explicit Operations on Buffers. The Buffer Menu. Printing. Registers and Their Operations. Searching and Replacing. Operations on Variables. Evaluating LISP Expressions. Executing UNIX Commands from Emacs. Environmental Inquiries. Customizing Emacs. 10. Emacs Utilities. Directory Operations with Dired. Composing and Editing Pictures. Tags and Tag Tables. The Emacs Mailer. The GNUS Newsreader. The Calendar. The Diary. The Version Control Interface. Amusements. 11. Mailers and Newsreaders. What's in a Message? Recipients. Mailboxes. Forwarding Mail. The mailx (Berkeley Mail) Mailer. Other Mailers. Archiving Files for Mailing with shar. Newsgroups and Newsreaders. UNIX Newsreaders. 12. Communicating with Remote Computers. Network Addresses. Local-Area Networks. Distributing Files Over Networks. Internet Resources. Programs for Remote Communications. Remote Operations on Nearby Computers. Calling a Remote Computer with telnet. Transferring Files Between Computers with ftp. File Transfers Based on uucp. Connecting to Remote Computers with cu. 13. The X Window System. The X Screen. Getting Started and Quitting. Window Managers. Servers, Displays, and Display Specifications. Widgets. Properties. Command-Line Options for X Applications. Resources and Their Specifications. The Resource Database. Geometry Specifications. Fonts. Colors. Initialization Files for X. The xterm Terminal Emulator. Informational Displays for X. Color and Font Information for X. Clients for Initializing and Customizing X. Killing an X Client with xkill. Viewing Manual Pages with xman. 14. Managing Your System. Running with Superuser Privileges. System Administration Programs. Explicit System Administration. Software Installation. File System Maintenance. Startup and Shutdown. Appendixes. A. Alphabetical Summary of Commands. List of Commands. Summary of Commands and Features. B. Comparison of MS-DOS and UNIX. Treatment of Files. MS-DOS Commands and Their UNIX Equivalents. Other Related Features. C. Resources. Books. CD-ROMs. Glossary. Index. 0201419793T04062001

Reviews

Author Information

Paul W. Abrahams, Sc.D., CCP, is the author of TeX for the Impatient, a book whose success inspiredUNIX for the Impatient. A consulting computer scientist and past president of the Association for Computing Machinery, he specializes in programming languages, design and implementation of software systems, and technical writing. He received his bachelor's degree in mathematics from the Massachusetts Institute of Technology in 1956 and his doctorate in mathematics there in 1963, studying artificial intelligence under Marvin Minsky and John McCarthy and writing his dissertation on Machine Verification of Mathematical Proof . He is one of the designers of the first LISP system and also the designer of the CIMS PL/I system, which he developed while a professor at New York University. He also participated in the design of the Software Engineering Design Language (SEDL), developed at the IBM T.J. Watson Laboratories. Currently he is working on the design of SPLASH, a Systems Programming LAnguage for Software Hackers and on a new book, OS/2 for the Impatient. In 1995 he was honored as a Fellow of the ACM. Paul resides in Deerfield, Massachusetts, where he writes, hacks, hikes, hunts wild mushrooms, and listens to classical music. His Internet address is abrahams@acm.org. Bruce R. Larson is the founder of Integral Resources, a systems integration and UNIX consulting firm, a co-founder of BRInet (1995), which provides Internet connection and consulting services, and a partner in Internet Exchange Limited (1994), which provides dialup and ISDN connectivity in the Boston area. His specialties are shell tools, systems programming, IP and X.25 networks, performance monitoring, software integration, mail systems, and security. He has worked with Solaris, AIX, HPUX, IRIX, SCO UNIX, and other Intel-based UNIX systems. His experience includes configuring and administering Internet domains and connecting UNIX systems to X.25 networks, as well as designing and implementing custom installation scripts, kernel-level data extraction tools, shell tools, a software message switch, and IP-based utilities. From 1979 to 1981, he did software modeling for the Federal Aviation Authority under a grant from the U.S. Department of Transportation; in 1988 he received his bachelor's degree in pure mathematics from the University of Massachusetts at Boston. A member of UniForum, the IEEE Computer Society, and the American Mathematical Society, Bruce resides in Milton, Massachusetts. His Internet address is blarson@ires.com 0201419793AB04062001

Tab Content 6

Author Website:  

Customer Reviews

Recent Reviews

No review item found!

Add your own review!

Countries Available

All regions
Latest Reading Guide

wl

Shopping Cart
Your cart is empty
Shopping cart
Mailing List