<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/styles/XMLStylesDoc_xhtml11_en.xsl"?><!DOCTYPE document SYSTEM "/schemas/XMLStyles10.dtd">
<document xmlns="http://XMLStyles.com/namespaces/styles" xmlns:xst="http://XMLStyles.com/namespaces/styles" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:date="http://exslt.org/dates-and-times">
   <noxml>
      <p xmlns="http://www.w3.org/1999/xhtml"/>
      <!-- You are viewing the source.  The following message should be ignored if you did "View Source" in your browser. -->
      <p xmlns="http://www.w3.org/1999/xhtml">
ATTENTION: XML WEB PAGES NOT SUPPORTED
   If you see this message, your current browser does not support the
   1999 XSLT 1.0 (or later) standard for XML web pages such as this one.
   Please upgrade your browser to a newer version
   that supports 1999 or later standards such as:
      Mozilla Firefox version 1.0.2 or later (GetFirefox -&gt; http://www.GetFirefox.com/)
      Netscape version 8 or later
      Safari version 1.3 or later
      Opera version 9 or later
      Microsoft Internet Explorer (MSIE) version 5 or later
   For further assistance, contact the software vendor for your browser.
   To go to the X<!-- extended HTML -->HTML version of this page click the following link:
<a href="index.html">index.html</a>
      </p>
      <p xmlns="http://www.w3.org/1999/xhtml">&#160;</p>
   </noxml>
   <path>/computers/os/unix/commands/</path>
   <site>How To Guides</site>
   <logo xlink:type="simple" xlink:href="/images/howtohome.jpg" media="screen" width="240" height="34">How To Guides</logo>
   <logo xlink:type="simple" xlink:href="/images/howtoguides.jpg" media="print" width="240" height="34">How To Guides</logo>
   <logo xlink:type="simple" xlink:href="/images/howtoguidesmobile.jpg" media="handheld" width="150" height="17">How To Guides</logo>
   <navigation where="sections">
      <label>How To Guides</label>
      <link xlink:type="simple" xlink:href="/business/index.xml">Business</link>
      <link xlink:type="simple" xlink:href="/computers/index.xml">Computers</link>
      <link xlink:type="simple" xlink:href="/computers/databases/index.xml">Databases</link>
      <link xlink:type="simple" xlink:href="/internet/index.xml">Internet</link>
      <link xlink:type="simple" xlink:href="/mobile/index.xml">Mobile</link>
      <link xlink:type="simple" xlink:href="/money/index.xml">Money</link>
      <link xlink:type="simple" xlink:href="/movies/index.xml">Movies</link>
      <link xlink:type="simple" xlink:href="/computers/os/index.xml">Operating Systems</link>
   </navigation>
   <navigation where="up">
      <link xlink:type="simple" xlink:href="../../../">Computers</link>
      <link xlink:type="simple" xlink:href="../../">Operating Systems</link>
      <link xlink:type="simple" xlink:href="../">UNIX</link>
   </navigation>
   <navigation where="subsections">
      <label>UNIX</label>
      <link xlink:type="simple" xlink:href="/computers/os/unix/shell/">Shell</link>
      <link xlink:type="simple" xlink:href="index.xml">Commands</link>
      <link xlink:type="simple" xlink:href="/computers/os/unix/tcpip/">TCP/IP</link>
      <link xlink:type="simple" xlink:href="/computers/os/unix/xwindows/">X Windows</link>
      <link xlink:type="simple" xlink:href="/computers/os/unix/admin/">Admin.</link>
      <link xlink:type="simple" xlink:href="/computers/os/unix/admin/commands/">Admin. Commands</link>
      <link xlink:type="simple" xlink:href="/computers/os/unix/admin/security/">Security</link>
   </navigation>
   <section id="body" type="body">
      <pages name="index">
         <title>UNIX Commands</title>
         <label>UNIX Commands</label>
         <navigation where="pages">
            <label>UNIX Commands</label>
            <link xlink:type="simple" xlink:href="index.xml">Summary</link>
            <link xlink:type="simple" xlink:href="info.xml">Status Info</link>
            <link xlink:type="simple" xlink:href="files.xml">Files &amp; Dirs</link>
            <link xlink:type="simple" xlink:href="processes.xml">Processes</link>
            <link xlink:type="simple" xlink:href="at.xml">Scheduling</link>
            <link xlink:type="simple" xlink:href="alias.xml">alias</link>
            <link xlink:type="simple" xlink:href="cd.xml">cd</link>
            <link xlink:type="simple" xlink:href="crontab.xml">crontab</link>
            <link xlink:type="simple" xlink:href="pwd.xml">pwd</link>
            <link xlink:type="simple" xlink:href="tail.xml">tail</link>
            <link xlink:type="simple" xlink:href="which.xml">which</link>
         </navigation>
         <h1>UNIX Commands</h1>
         <page id="index" name="index">
            <label>Summary</label>
            <subpage id="N1008A" name="index">
               <dl>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="1.xml">How To Execute UNIX Commands</link>
                     </dt>
                     <dd>How to execute UNIX commands in a UNIX
                        <link xlink:type="simple" xlink:href="/computers/os/unix/shell/">command shell</link>, such as the
                        <link xlink:type="simple" xlink:href="/computers/os/unix/shell/korn/">Korn shell</link> or the
                        <link xlink:type="simple" xlink:href="/computers/os/unix/shell/csh/">C shell</link>.
                     </dd>
                  </di>
               </dl>
               <dl>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="info.xml">Information Display Commands</link>
                     </dt>
                     <dd>Commands to display various status information such as the host name and current user.</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="files.xml">Commands for Files and Directories</link>
                     </dt>
                     <dd>Commands to display various information on files and directories and to
               <link xlink:type="simple" xlink:href="#find">search directories for files</link>.
            </dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="processes.xml">Commands for Managing Processes</link>
                     </dt>
                     <dd>Commands to display information on processes, and control them.
            </dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="at.xml">Scheduling a Command</link>
                     </dt>
                     <dd>How to schedule a command to run at a future time.</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="alias.xml">alias command</link>
                     </dt>
                     <dd>Creating a command alias</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="cd.xml">cd command</link>
                     </dt>
                     <dd>Change to a different directory.</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="crontab.xml">crontab command</link>
                     </dt>
                     <dd>Schedule a command to run automatically</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="pwd.xml">pwd command</link>
                     </dt>
                     <dd>Display the current working directory</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="tail.xml">tail command</link>
                     </dt>
                     <dd>Display the end of a file</dd>
                  </di>
                  <di>
                     <dt>
                        <link xlink:type="simple" xlink:href="which.xml">which command</link>
                     </dt>
                     <dd>Locate a file using the PATH.</dd>
                  </di>
               </dl>
            </subpage>
            <updated local="2009-08-28" millis="1251432000000">Friday August 28, 2009</updated>
         </page>
      </pages>
   </section>
   <copyright>Copyright © 2006 How To Guides .com. Alteration of content, including addition of any function such as hypertext links or pop-up advertising, or interference with the hypertext links or other functions of this site is expressly prohibited.</copyright>
   <disclaimer>All information, links, forms, applications and other items on this site or obtained from it are provided <b>AS IS</b>, WITHOUT WARRANTY OF ANY KIND EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.</disclaimer>
   <ids urchin="UA-779578-2"/>
</document>

