Cart
Free Shipping in the UK
Proud to be B-Corp

UNIX for the Impatient Paul W. Abrahams

UNIX for the Impatient By Paul W. Abrahams

UNIX for the Impatient by Paul W. Abrahams


£9.80
New RRP £25.99
Condition - Very Good
Only 1 left

Summary

A UNIX handbook for people who need to learn UNIX quickly - now updated to cover the latest technology.

UNIX for the Impatient Summary

UNIX for the Impatient by Paul W. Abrahams

Thoroughly updated to account for recent developments, the second edition of this bestselling book is an in-depth, comprehensive guide to UNIX-a handbook you can use both for learning and as a ready reference. 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, with a complete alphapbetical summary providing fast lookup of commands, options, and subcommands. The Second Edition is based on the IEEE POSX.2 Standard now widely adopted by UNIX vendors and implementors. Topics include user utilities, shells the vi editior and other standard editors, the GNU Emacs editor, Internet access tools, the awk language and the X Windows System. New topics in the second edition include the KornShell, internationalization, the World Wide Web, newsreaders, and systems administrators from the user's perspective. Background material now includes poplular new systems such as Linux and FreeBSD.

About Paul W. Abrahams

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 [email protected].

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 [email protected]



0201823764AB04062001

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 Pro-cesses.

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.

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



Appendix A. Alphabetical Summary of Commands.

List of Commands.

Summary of Commands and Features.



Appendix B. Comparison of MS-DOS and UNIX.

Treatment of Files.

MS-DOS Commands and Their UNIX Equivalents.

Other Related Features.



Appendix C. Resources.

Books.

CD-ROMs.



Appendix D.


Glossary.


Index.

Additional information

GOR001165131
9780201823769
0201823764
UNIX for the Impatient by Paul W. Abrahams
Used - Very Good
Hardback
Pearson Education (US)
1995-09-07
864
N/A
Book picture is for illustrative purposes only, actual binding, cover or edition may vary.
This is a used book - there is no escaping the fact it has been read by someone else and it will show signs of wear and previous use. Overall we expect it to be in very good condition, but if you are not entirely satisfied please get in touch with us

Customer Reviews - UNIX for the Impatient