Files
oldlinux-files/docs/Install-Guide/install-guide-2.2.2/node114.html
2024-02-19 00:23:35 -05:00

66 lines
3.9 KiB
HTML

<!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
<!Converted with LaTeX2HTML 95.1 (Fri Jan 20 1995) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds >
<HEAD>
<TITLE>3.3.8 Getting online help</TITLE>
</HEAD>
<BODY>
<meta name="description" value="3.3.8 Getting online help">
<meta name="keywords" value="gs">
<meta name="resource-type" value="document">
<meta name="distribution" value="global">
<P>
<BR> <HR><A NAME=tex2html3202 HREF="node115.html"><IMG ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A> <A NAME=tex2html3200 HREF="node106.html"><IMG ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A> <A NAME=tex2html3196 HREF="node113.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <A NAME=tex2html3204 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <A NAME=tex2html3205 HREF="node250.html"><IMG ALIGN=BOTTOM ALT="index" SRC="index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME=tex2html3203 HREF="node115.html">3.4 Summary of Basic </A>
<B>Up:</B> <A NAME=tex2html3201 HREF="node106.html">3.3 First Steps into </A>
<B> Previous:</B> <A NAME=tex2html3197 HREF="node113.html">3.3.7 Looking at files</A>
<BR> <HR> <P>
<H2><A NAME=SECTION00538000000000000000>3.3.8 Getting online help</A></H2>
<P>
<A NAME=2336>&#160;</A>
<A NAME=2337>&#160;</A>
<A NAME=2338>&#160;</A>
Almost every UNIX system, Linux included, provides a facility known
as ``manual pages'', or ``man pages'' for short. These man pages
contain online documentation for all of the various system commands,
resources, configuration files, and so on.
<P>
<A NAME=2365>&#160;</A>
The command used to access man pages is <tt>man</tt>. For example, if
you're interested in finding out about the other options of the
<tt>ls</tt> command, you can type
<P><TT> /home/larry# <em>man ls</em>
<P></TT>
and the man page for <tt>ls</tt> will be displayed.
<P>
Unfortunately, most of the man pages out there are written for those
who already have some idea of what the command or resource does. For
this reason, man pages usually only contain the hardcore technical
details of the command, without a lot of tutorial. However, man pages
can be an invaluable resource for jogging your memory if you forget
the syntax of a command. Man pages will also tell you a lot about
the commands which we won't tell you in this book.
<P>
I suggest that you try <tt>man</tt> for the commands we've already gone
over, and whenever I introduce a new command. You'll notice some of
these commands won't have man pages. This could be for several reasons.
For one, the man pages haven't been written yet (the Linux Documentation
Project is responsible for man pages under Linux as well. We are gradually
accumulating most of the man pages available for the system). Secondly, the
the command might be an internal shell command, or an alias (as discussed in
Section <A HREF="node99.html#secshellscmds">3.2.4</A>),
in which case it would not have a man page of its own. One example is
<tt>cd</tt>, which is a shell internal command. The shell actually processes
the <tt>cd</tt>---there is no separate program which contains this command.
<P>
<BR> <HR><A NAME=tex2html3202 HREF="node115.html"><IMG ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A> <A NAME=tex2html3200 HREF="node106.html"><IMG ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A> <A NAME=tex2html3196 HREF="node113.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <A NAME=tex2html3204 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <A NAME=tex2html3205 HREF="node250.html"><IMG ALIGN=BOTTOM ALT="index" SRC="index_motif.gif"></A> <BR>
<B> Next:</B> <A NAME=tex2html3203 HREF="node115.html">3.4 Summary of Basic </A>
<B>Up:</B> <A NAME=tex2html3201 HREF="node106.html">3.3 First Steps into </A>
<B> Previous:</B> <A NAME=tex2html3197 HREF="node113.html">3.3.7 Looking at files</A>
<BR> <HR> <P>
<BR> <HR>
<P><ADDRESS>
<I>Matt Welsh <BR>
mdw@sunsite.unc.edu</I>
</ADDRESS>
</BODY>