Mac OS X: The Missing Manual, Tiger Edition
by David Pogue
Mac OS X Tiger for Unix Geeks, 3rd Edition
by Brian Jepson; Ernest E. Rothman
Running Mac OS X Tiger
by Jason Deraleau; James Duncan Davidson
Mac OS X Snow Leopard Pocket Guide, 1st Edition
by Chris Seibold
Mac OS X Leopard: The Missing Manual
by David Pogue
Learn Objective-C on the Mac
by Mark Dalrymple; Scott Knaster
Unix Power Tools, 3rd Edition
by Shelley Powers; Jerry Peek; Tim O'Reilly; Mike Loukides
Following the common-sense O'Reilly style, Mac OS X Tiger in a Nutshell cuts through the chaff and gives you practical details you can use every day. Everything you need to know about the Unix side of Mac OS X has been systematically documented in this book.
Mac OS X Tiger in a Nutshell offers a complete overview of Mac OS X Tiger (Version 10.4), focusing on the BSD Unix layer. This book familiarizes you with over 300 of Tiger's Unix commands, the Terminal application, file management, system and network administration issues, and more.
Completely revised for Mac OS X Tiger, this book offers:
The most complete and thorough coverage of Mac OS X's Unix commands you'll find anywhere (even in the system)
An overview of basic system and network administration features, including coverage of NetInfo and Directory Services
An introduction to using Mac OS X's Unix command-line interface, the Terminal application
An overview of Mac OS X's Unix text editors, including vi and Emacs
Information on shell syntax variables for Tiger's default Unix shell, bash
Each command and option in this book's Unix Command Reference has been painstakingly tested and checked against Tiger; even the manpages that ship with Mac OS X can't compete in accuracy. Mac OS X Tiger in a Nutshell is the most comprehensive quick reference on the market and is a must for any serious Mac user.
Average Amazon.com® Rating: ![]()
![]()
![]()
![]()
Based on 9 Ratings
An excellent command line reference for OS X - 2006-03-06
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Yes, this is a command-line centric book - because that's where all the POWER is (the graphical user interface is well designed and hardly needs a reference). This book provides a great OS X-specific reference - so you won't have to test all the commands in your "UNIX in a Nutshell" book to see which ones work. Aside from the command line, this book provides important information on Managing Mac OS X (See PART THREE, below) and an excellent index for finding your information. The sections (and approximate page count) in this book are:
PART ONE - Commands and Shells
Introduction - 3 pages
Unix Command Reference - 251 pages
Using the Terminal - 13 pages
Shell Overview - 3 pages
bash: The Bourne-Again Shell - 10 pages
PART TWO - Text Editing and Processing
Pattern Matching - 3 pages
The Vi Editor - 34 pages
The Emacs Editor - 12 pages
PART THREE - Managing Mac OS X
Filesystem Overview - 15 pages
Directory Services - 15 pages
Running Network Services - 10 pages
The X Window System - 11 pages
The Defaults System - 3 pages
INDEX
Grab some Jolt and your favorite junk food - it's Mac/Unix geek time! - 2006-04-06
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
"Mac OS X Tiger in a Nutshell" isn't your typical tome on "everything you need to know to use Mac OS X." If you're looking for an easy to read, richly illustrated book to curl up with on a rainy day with a cup of coffee, this isn't it. But if you're interested in the Unix underpinnings of Mac OS X, then grab a six pack of Jolt and your favorite junk food, because there's a heck of a lot of information packed into this book.
The authors clearly identify their target audience early on - "Unix users and Unix programmers", or generally people who are already familiar with the Unix system. Obviously, that's not your stereotypical Macintosh user from pre-OS X days (i.e., System 7 or Mac OS 9). But if you've ever spent time using other operating systems (dare I say DOS?) or are feeling adventurous and want to "peek under the hood", then you'll also benefit from the wealth of information presented in this book.
"Tiger in a Nutshell" is organized into three major parts. Part I, "Commands and Shells", introduces the basic concepts of networking and system administration. After providing a four page quick reference to Unix commands by topic (terrific for beginners), fully one half of the remainder of the book is a comprehensive alphabetical Unix command reference, which the authors claim is the most complete and thorough reference available anywhere (even on the system itself). They've borrowed heavily from other O'Reilly Nutshell books to compile this list, and this compilation alone is worth the price of the book. They also cover the Terminal, which is the gateway between the Aqua graphical user interface (GUI) and what they call the "no-nonsense command-line interface" of Darwin. After briefly providing an overview of different flavors of shells, the authors then describe bash, the default user shell for Mac OS X Tiger.
Part II, "Text and Text Processing", describes the tools used to work with text files, including text editing programs like vi and Emacs, and pattern matching commands like grep and the metacharacters used in search and replacement patterns. There are separate chapters that go into the details for both the vi and Emacs editors. By the way, just a little obscure history about the vi editor... although "vi" (pronounced "vee-eye") is derived from the shortest unambiguous abbreviation of "visual", I remember learning it back in the 90's as an acronym for a less flattering term: "virtually impossible". That gives you an idea how spoiled we've become with text editors that don't require memorizing arcane commands - remember, that's why you'd buy this book, right?
Finally, Part III, "Managing Mac OS X", offers chapters on managing Mac OS X Tiger with full knowledge (gained from reading the preceding 400 pages) about the Unix underpinnings of the operating system. Here's where you'll be able to finally understand the file system, directory services, how to run network services, using X Windows (also known as X11) as an alternate GUI to Apple's Aqua interface, and learn about the defaults database, used to store preferences for individual applications.
This book obviously isn't for the casual or newbie Mac user, but provides an excellent reference for the Unix geek learning to use the Mac, and the Mac geek wanting to learn more about the incredible power of Unix that is just waiting to be unleashed. As long as you're in the target audience, I have no qualms recommending this book for you!
An Abridged Unix Reference - 2007-05-07
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
This reference is missing many of the commands I actually use on Mac OS X to develop software such as lipo and otool. Sure the man pages are on my computer but then why do I need this book?
Suggestion for the Leopard edition: cut back on Vi, Emacs, and Bash stuff and add even more man pages.
CATCH A TIGER BY THE TAIL!! - 2006-05-16
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Are you a Unix- user or programmer or a system administrator? If you are, then this book is for you! Authors Andy Lester, Chris Stone, Chuck Toporek and Jason McIntosh, have done an outstanding job of writing a book that cuts through the chaff and gives you practical details you can use every day.
Lester, Stone, Toporek and McIntosh, begin by providing you with a quick introduction to the Unix side of Mac OS X. Then, the authors list descriptions and usage terms for over 300 of the Unix commands found in Mac OS X. They continue by introducing you to the Terminal application and show you how to issue commands and tweak its settings. Next, the authors provide a quick overview of the differences between bash, Mac OS X Panther's default shell, and tcsh, the default shell for earlier versions of Mac OS X. Then, they provide a quick overview of the bash shell, along with a listing of its built-in commands for shell scripting. They also cover pattern matching. Next, the authors cover some of vi's most commonly used options and features. Then, they focus on Emacs editing capabilities. The authors continue by touring the various folders found on a typical Mac OS X volume, including the Unix-centric directories that the Finder usually keeps out of sight. They then detail the way Mac OS X stores and accesses its administrative information, ranging from the NetInfo system of network-linked databases to the "old-school" file-based system familiar to Unix administrators. The authors also detail the major categories of services Unix supplies, including web servers, file sharing, and mail servers. Next, they highlight some of the key features of Apple's X11 distribution and explain how to install Apple's X11 and the X11 SDK. Finally, the authors describe how to gain access to and hack these settings via the Terminal application and the defaults command.
Everything you need to know about the Unix side of Mac OS X has been systematically documented in this most excellent book. This book is the most comprehensive quick reference on the market and is a must for any serious Mac user.
Provides an overview of OS X Tiger Version 10.4 and focuses on the Unix layer, covering over 300 of Tiger's Unix commands - 2006-05-02
Reviewer Rating: ![]()
![]()
![]()
![]()
![]()
Andy Lester, Chris Stone, Chuck Toporek and Jason McIntosh's MAC OS X Tiger In A Nutshell: A Desktop Quick Reference is also a winner: it provides an overview of OS X Tiger Version 10.4 and focuses on the Unix layer, covering over 300 of Tiger's Unix commands, reviewing basic system and network features and functions, and providing a reference chick has been tested and checked against Tiger for optimum, flawless performance.
Top Level Categories:
Operating Systems
Programming
Sub-Categories:
Operating Systems > Macintosh OS
Macintosh OS > General Reference
Operating Systems > UNIX
UNIX > Utilities And Tools
Programming > Macintosh
Some information on this page was provided using data from Amazon.com®. View at Amazon >