Sophie

Sophie

distrib > Mandriva > 2008.1 > x86_64 > media > main-release > by-pkgid > 275bc5f884d593fea8c87799d871d7f1 > files > 26

mandriva-doc-Mastering-Manual-en-2008.1-0.4mdv2008.1.noarch.rpm

<html>
   <head>
      <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
   
      <title>Chapter&nbsp;19.&nbsp;Introduction to the Command Line</title>
      <link rel="stylesheet" href="images/mdk-doc.css" type="text/css">
      <meta name="generator" content="DocBook XSL Stylesheets V1.73.2">
      <link rel="start" href="index.html" title="Mastering Mandriva Linux">
      <link rel="up" href="index.html" title="Mastering Mandriva Linux">
      <link rel="prev" href="uninstall-linux.html" title="16.&nbsp;How to Uninstall Linux">
      <link rel="next" href="cmdline-file.html" title="1.&nbsp;File Manipulation">
   </head>
   <body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF">
      <div class="navheader">
         <table width="100%" summary="Navigation header">
            <tr>
               <th colspan="3" align="center">Chapter&nbsp;19.&nbsp;Introduction to the
                      Command Line
               </th>
            </tr>
            <tr>
               <td width="20%" align="left"><a accesskey="p" href="uninstall-linux.html">Prev</a>&nbsp;
               </td>
               <th width="60%" align="center">&nbsp;</th>
               <td width="20%" align="right">&nbsp;<a accesskey="n" href="cmdline-file.html">Next</a></td>
            </tr>
         </table>
         <hr>
      </div>
      <div class="chapter" lang="en">
         <div class="titlepage">
            <div>
               <div>
                  <h1 class="title"><a name="cmdline-intro-chapter"></a>Introduction to the
                         Command Line
                  </h1>
               </div>
            </div>
         </div>
         <div class="toc">
            <dl>
               <dt><span class="section"><a href="cmdline-file.html">1. File
                              Manipulation</a></span></dt>
               <dd>
                  <dl>
                     <dt><span class="section"><a href="cmdline-file.html#d5e10848">1.1. List the Contents of
                                      a Directory</a></span></dt>
                     <dt><span class="section"><a href="cmdline-file.html#d5e10894">1.2. Copy</a></span></dt>
                     <dt><span class="section"><a href="cmdline-file.html#d5e10949">1.3. Move</a></span></dt>
                     <dt><span class="section"><a href="cmdline-file.html#d5e11005">1.4. Remove</a></span></dt>
                     <dt><span class="section"><a href="cmdline-file.html#d5e11058">1.5. Create a
                                      Directory</a></span></dt>
                     <dt><span class="section"><a href="cmdline-file.html#d5e11096">1.6. Change the Working
                                      Directory</a></span></dt>
                  </dl>
               </dd>
               <dt><span class="section"><a href="cmdline-process.html">2. Process
                              Manipulation</a></span></dt>
               <dd>
                  <dl>
                     <dt><span class="section"><a href="cmdline-process.html#d5e11137">2.1. Information on
                                      Processes</a></span></dt>
                     <dt><span class="section"><a href="cmdline-process.html#d5e11160">2.2. Controlling
                                      Processes</a></span></dt>
                     <dt><span class="section"><a href="cmdline-process.html#d5e11211">2.3. Mixing ps and kill:
                                      top</a></span></dt>
                  </dl>
               </dd>
               <dt><span class="section"><a href="cmdline-doc.html">3. Commands
                              Documentation</a></span></dt>
               <dt><span class="section"><a href="ch19s04.html">4. Further
                              Reading</a></span></dt>
            </dl>
         </div>
           
         
           
         
           
         
           
         <p><a name="BId-cmdline-pa2"></a><a class="indexterm" name="BId-cmdline-it2"></a> Even if using graphical applications is very comfortable and
              easy for most people, the command line is a very powerful interface to
              interact with your system. The shell's main asset is the number of existing
              utilities: there are thousands of them, and each utility is devoted to a
              particular task. We look at a very small number of these utilities hoping
              that you will feel more comfortable interacting with your system through the
              command line.
         </p>
         
           
         <p><a name="BIdNEW-cmdline-intro-chapter-pa129"></a><span class="inlinemediaobject"><img src="images/konsole.png"></span>&nbsp;Choose <span class="guimenu">System</span>+<span class="guimenu">Terminals</span> &#8594; <span class="guimenuitem">Konsole</span> from the main menu to get a terminal window to have access
              to the command line. By default you will be &#8220;<span class="quote">inside</span>&#8221; your
              personal directory, named after your user name:
              <code class="filename">/home/your_user_name</code>.
         </p>
         
           
         
           
         
           
         
           
         
           
         
      </div>
      <div class="navfooter">
         <hr>
         <table width="100%" summary="Navigation footer">
            <tr>
               <td width="40%" align="left"><a accesskey="p" href="uninstall-linux.html">Prev</a>&nbsp;
               </td>
               <td width="20%" align="center">&nbsp;</td>
               <td width="40%" align="right">&nbsp;<a accesskey="n" href="cmdline-file.html">Next</a></td>
            </tr>
            <tr>
               <td width="40%" align="left" valign="top">16.&nbsp;How to Uninstall Linux&nbsp;</td>
               <td width="20%" align="center"><a accesskey="h" href="index.html">Home</a></td>
               <td width="40%" align="right" valign="top">&nbsp;1.&nbsp;File
                        Manipulation
               </td>
            </tr>
         </table>
      </div>
   </body>
</html>