Nicht aus der Schweiz? Besuchen Sie lehmanns.de
Für diesen Artikel ist leider kein Bild verfügbar.

Unix for the Hyper-Impatient

A Hyper Book on CD-ROM
CD-ROM (Software)
1997 | 2nd edition
Addison Wesley (Hersteller)
978-0-201-41991-7 (ISBN)
CHF 57,95 inkl. MwSt
  • Titel ist leider vergriffen;
    keine Neuauflage
  • Artikel merken
Providing an introduction to UNIX, this CD-ROM links alphabetical entries and allows multiple search capabilities.
The hypertext version of the popular handbook, UNIX for the Impatient, Second Edition, including navigation tools and UNIX software. UNIX for the Hyper-Impatient is a CD-ROM version of the current edition of UNIX for the Impatient -- an in-depth, comprehensive guide to UNIX. Clear, concise, and readable, the original book was written for the technically oriented UNIX user who doesn't want to wade through verbose tutorials but isn't already an expert. UNIX for the Hyper-Impatient contains the entire text of the original book together with the powerful yet easy-to-use DynaText hypertext system. 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. UNIX for the Hyper-Impatient 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 is not yet available. 0201419912B04062001

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 0201419912AB04062001

1. Introduction.


UNIX Background.



The POSIX.2 Standard.



How to Use This Book.



Typographical Conventions.



Syntactic Conventions.



Getting Started.



2. Concepts.


The UNIX Manualt.



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.



Pattern.



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. 0201419912T04062001

Erscheint lt. Verlag 8.5.1997
Verlagsort Boston
Sprache englisch
Gewicht 184 g
Themenwelt Informatik Betriebssysteme / Server Unix / Linux
ISBN-10 0-201-41991-2 / 0201419912
ISBN-13 978-0-201-41991-7 / 9780201419917
Zustand Neuware
Haben Sie eine Frage zum Produkt?