The Unix-Haters Handbook

The Unix-Haters Handbook is a semi-humorous edited compilation of messages to the Unix-Haters mailing list. The book was edited by Simson Garfinkel, Daniel Weise and Steven Strassmann and published in 1994.

The UNIX-HATERS Handbook
AuthorSimson Garfinkel, Daniel Weise, Steven Strassmann
PublisherIDG
Publication date
1994
ISBN1-56884-203-1
OCLC30681401

Contents

The book concerns the frustrations of users of the Unix operating system. Many users had come from systems that they felt were far more sophisticated in features and usability, and they were frustrated by the perceived "worse is better" design philosophy that they felt Unix and much of its software encapsulated.

The book is based on messages sent to the UNIX-HATERS mailing list between 1988 and 1993, and contains a foreword by the human factors guru Don Norman and an "anti-foreword" by Dennis Ritchie, one of the creators of the operating system.

Many of the book's complaints about the Unix operating system are based on design decisions and anomalies in the command-line interface, and many of these complaints are still valid. For example, the shell expands wildcard characters by default, based on the file system, and then passes all matching filenames as strings to the command. This means that given the unusual filename -r (with a leading dash) in the current directory, the shell will expand the "remove" command rm * to add the option -r to the command. In this case that is the recursive option which removes of all sub-directories also. That's clearly not at all what the user intended.

The front-matter page's dedication says: "To Ken and Dennis, without whom this book would not have been possible." These are references to Ken Thompson and Dennis Ritchie, the creators of Unix.

Release

This book was printed as a trade paperback. Its front cover was designed to be similar to The Scream. An air sickness bag, printed with the phrase "UNIX barf bag", was inserted into the inside back cover of every copy by the publisher.

The book was made available to download for free in electronic format in 2003.[1]

Reception

Later reviewers of the book have noted that some issues were resolved in the future, such as the development of the ext2 filesystem addressing the discussed lack of block storage.[2]

References

  1. ""The Unix-Haters Handbook" WWW Page". 2004-11-05. Retrieved 2008-03-17.
  2. Kuchling, Andrew (October 1997). "Review: The Unix-Hater's Handbook". Linux Gazette (22).
This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.