Changes between Version 6 and Version 7 of User Support, Getting Help
- Timestamp:
- 04/03/06 13:13:33 (20 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
User Support, Getting Help
v6 v7 3 3 4 4 * Read the documentation 5 * Ask another user or refer to the wiki (this site); accounts can be made available 6 for people who would like to add add suggestions or comments. 7 * Email the systems admin: help@astro.columbia.edu 5 8 6 == Manual pages==9 === Manual pages === 7 10 8 An important source of written information is the U NIXmanual pages. These are specially formatted text files that are conveniently viewed using the man-program. To get information about a particular command type:11 An important source of written information is the Unix/Linux manual pages. These are specially formatted text files that are conveniently viewed using the man-program. To get information about a particular command type: 9 12 10 13 man <command> … … 17 20 18 21 gives you information about the man program itself. If you prefer a point-and-click interface you might want to try xman. Beware that these manual pages sometimes can be rather obscure (the standard example being the manual pages to the command find). But they usually adhere to a structure with first a description of the command, then a listing of the command line options and an explanation of the usage (which usually merits repeated reading), a list of environment variables supported by the program and finally some examples of use. 19 20 * Ask another user or refer to the wiki (this site); accounts can be made available21 for people who would like to add add suggestions or comments.22 23 * Email the systems admin: help@astro.columbia.edu
