Contact Us

NSIT Support Line
4-TECH (773-834-8324)
support@uchicago.edu
Current Hours

Documentation - Operating Systems

Basic Unix - 9. Learning More

This set of pages is merely an introduction to the version of Solaris used on harper. As you gain experience working with Unix, you will find that you need more information. There are several sources where you can learn more about Unix.

(Return to the Table of Contents)

Online help

The man pages, revisited

The final authority on our systems' version of Unix is the on-line manual for the current version of Solaris -- the "man pages". (For further information, you may want to consult one of the books mentioned below.)

We have already described how the man command works in Section 4 of Unix: Getting Your Feet Wet, "The man pages." The command line

> man man

gives details on the man command and its options. Note also the "SEE ALSO" portion of the man entry, which will point you to other commands you may find useful.

If you're not sure of the exact command name you want information about, you can find out all the commands related to a certain keyword by typing:

> man -k keyword-name

(Return to the Table of Contents)

Printing man pages

You can print your own copy of any man page, directing it to a printer you've specified with the setenv PRINTER myprintername command.

Just use the "-t" option to the man command:

 > man -t name-of-command

You'll receive hardcopy of that man page on the printer you chose earlier.

(Return to the Table of Contents)

Books and manuals

The computer section of almost any bookstore will have a plethora of different books on the Unix operating system and its various facets. If you are not already an experienced Unix user, the profusion of reference works can be confusing.

Probably our favorite is Life with Unix: a Guide for Everyone, by Don Libes and Sandy Ressler (Prentice-Hall, 1989; 346 pages). This is a friendly, eminently readable book covering the past, present and future of Unix; how to get information about Unix; user, programmer, and administrator environments; Usenet and other portions of the "Unix underground"; and a variety of other topics. It also has sidebars scattered throughout the book, in such categories as "hints and tips," "notes from the underground," "from the wizards," and "Unix funnies." Whether or not you learn anything from this book, you'll probably enjoy it a great deal.

For detailed information on specific commands and features, see the manuals put out by the University of California (Berkeley): the Unix User's Manual Reference Guide and Unix User's Manual Supplementary Guide. While not identical to SunOS, Berkeley Unix is close enough that these manuals can be useful, and they contain a wealth of information besides man pages -- including tutorials on text editing and formatting. You can examine the Berkeley Unix manuals at NSIT's main computing lab, "USITE" (Wieboldt 310, adjacent to Harper library).

NSIT also maintains a complete public set of the bound manuals for the current version of SunOS. If you need to look at too many man pages to comfortably print yourself, or you'd just like to sit down with the printed manuals for some other reason, you can examine them at USITE. (So that these manuals are available to everyone when needed, they maynot be checked out.)

(Return to the Table of Contents)

Doing your homework

All this is a lot of information at first, but after you've worked with Unix a little while, it will become a lot easier. If you have questions after reading this document, though, please contact the NSIT Support Line (8:30-midnight, Monday through Friday): 834-8324, or support@uchicago.edu.

The best way to get acquainted with Unix is simply to use it. Log in at least once, and do something: run the pico tutorial, read news, send mail to friends who use email; create a .plan and .project.

No matter how far you progress in Unix, enjoy your explorations!


Go to Appendix A: Comparing basic Unix, DOS, Mac commands or return to Unix Tutorial Table of Contents

Last updated: 7/15/08