UNIX Hints & Hacks |
|||||||||||||||||||||||||||||||||||||
Introduction |
|
||||||||||||||||||||||||||||||||||||
|
Throughout the book you'll find references to some of the more common reserved symbols that UNIX has to offer. The following symbols are used:
A pound sign ( #) before a command represents that the command is to be executed with all rights and privileges granted to a superuser (or root) account. When used in a script it defines a comment within the script that doesn't get executed when processed.
You'll also see definitions of the command syntax (technical typographical notation) in this book alongside a clear, precise example of the command. If you are familiar with the syntax format of the man pages provided with UNIX, this syntax should be familiar to you. For example, in the command
mt [-f] device {fsf|rew|offline|status} [count]
All commands and literal arguments used in commands are in bold.
All the output from commands and scripts will be left in a normal text. All the examples will be spelled out and understandable. In addition to the syntax, this book will provide clear usable examples:
$ mt -f /dev/tape fsf 1
UNIX Hints & Hacks |
|||||||||||||||||||||||||||||||||||||
Introduction |
|
||||||||||||||||||||||||||||||||||||
|
© Copyright Macmillan USA. All rights reserved.