<HTML>
<HEAD>
 <TITLE>Candid Candice: What is UNIX?</TITLE>
</HEAD>

<BODY BGCOLOR="FFFFFF">
<IMG WIDTH=221 HEIGHT=391 SRC="http://files.moo.ca/pics/cmib.jpg" ALIGN="left" ALT="[Cool Candice]">
Ask Candid Candice a question about Moo Canada:<BR>
<FORM ACTION="http://www.moo.ca/candid">
 <INPUT NAME="q" SIZE="60">
 <INPUT TYPE="submit" VALUE="Ask!">
</FORM>
<HR>

<SCRIPT LANGUAGE="JavaScript">
<!--
if (location.search.indexOf("?q=") == 0) {
  q = unescape(location.search.substring(3));
  while ((plus = q.indexOf("+")) != -1)
    q = q.substring(0, plus)+" "+q.substring(plus+1);
  document.write("<I>&gt; "+unescape(q)+"</I>\n");}
// -->
</SCRIPT>

<H1>What is UNIX?</H1>

<!-- Warning, this file is automatically generated, modifications to this file will be lost next time Candid Candice reboots. -->

<!-- UNIX* -->
UNIX is a common operating system on the Internet.  It is powerful as it
allows many users to share one central computer, or server.  Although it was
originally developed for huge mainframe computers, UNIX has been made
available for all sizes of computer, including the PCs in school and at home.
<P>
Here are a few basic UNIX commands to get you started:
<TABLE BORDERS="0">
 <TR><TD>Change directory: </TD><TD>cd &lt;dirname&gt;</TD></TR>
 <TR><TD>Go back one directory: </TD><TD>cd ..</TD></TR>
 <TR><TD>Go to home directory: </TD><TD>cd</TD></TR>
 <TR><TD>Create a directory: </TD><TD>mkdir &lt;filename&gt;</TD></TR>
 <TR><TD>Delete a directory: </TD><TD>rmdir &lt;dirname&gt;</TD></TR>
 <TR><TD>List files in a directory: </TD><TD>ls</TD></TR>
 <TR><TD>Edit files: </TD><TD>&lt;editor&gt; &lt;filename&gt; e.g. pico &lt;filename&gt;</TD></TR>
 <TR><TD>Type files out: </TD><TD>more &lt;filename&gt;</TD></TR>
 <TR><TD>Delete files: </TD><TD>rm &lt;filename&gt;</TD></TR>
 <TR><TD>Copy files: </TD><TD>cp &lt;filename&gt;</TD></TR>
 <TR><TD>Rename files: </TD><TD>mv &lt;oldname&gt; &lt;newname&gt;</TD></TR>
</TABLE>
For more information in UNIX basics, see
<A HREF="http://www.linuxbox.com/~taylor/4ltrwrd/Uoverview.html">Unix is a Four Letter Word</A>.

<!-- Warning, this file is automatically generated, modifications to this file will be lost next time Candid Candice reboots. -->

<HR>
This page was created and is maintained by
<a href="http://www.moo.ca/wizzen">The Wizzen</a>, &copy; 2002.
<P ALIGN="center"><CENTER><A HREF="http://www.moo.ca/candice/toolbar"><IMG BORDER="0" SRC="http://files.moo.ca/pics/tool.gif" WIDTH="494" HEIGHT="19" ISMAP USEMAP="#toolbar" ALT="English toolbar"></A><BR>
[ <A HREF="http://www.moo.ca/">home</A> | <A HREF="http://www.moo.ca/help?%23555">help</A> | <A HREF="http://www.moo.ca/who">who</A> | <A HREF="http://www.moo.ca/search">search</A> | <A HREF="http://www.moo.ca/candid/setup">setup</A> | <A HREF="http://www.moo.ca/candid.:!">code</A> ]</CENTER>
<MAP NAME="toolbar">
<AREA SHAPE="rect" HREF="http://www.moo.ca/" COORDS="0,0,80,18" ALT="Home">
<AREA SHAPE="rect" HREF="http://www.moo.ca/help?%23555" COORDS="81,0,161,18" ALT="Help">
<AREA SHAPE="rect" HREF="http://www.moo.ca/who" COORDS="166,0,246,18" ALT="Who">
<AREA SHAPE="rect" HREF="http://www.moo.ca/search" COORDS="247,0,327,18" ALT="Search">
<AREA SHAPE="rect" HREF="http://www.moo.ca/candid/setup" COORDS="332,0,412,18" ALT="Setup">
<AREA SHAPE="rect" HREF="http://www.moo.ca/candid.:!" COORDS="413,0,493,18" ALT="Code">
</MAP>
</BODY>
</HTML>