50 lines
2.6 KiB
HTML
50 lines
2.6 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.3 Creating new directories</TITLE>
|
|
</HEAD>
|
|
<BODY>
|
|
<meta name="description" value="3.3.3 Creating new directories">
|
|
<meta name="keywords" value="gs">
|
|
<meta name="resource-type" value="document">
|
|
<meta name="distribution" value="global">
|
|
<P>
|
|
<BR> <HR><A NAME=tex2html3144 HREF="node110.html"><IMG ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A> <A NAME=tex2html3142 HREF="node106.html"><IMG ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A> <A NAME=tex2html3136 HREF="node108.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <A NAME=tex2html3146 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <A NAME=tex2html3147 HREF="node250.html"><IMG ALIGN=BOTTOM ALT="index" SRC="index_motif.gif"></A> <BR>
|
|
<B> Next:</B> <A NAME=tex2html3145 HREF="node110.html">3.3.4 Copying files</A>
|
|
<B>Up:</B> <A NAME=tex2html3143 HREF="node106.html">3.3 First Steps into </A>
|
|
<B> Previous:</B> <A NAME=tex2html3137 HREF="node108.html">3.3.2 Looking at the </A>
|
|
<BR> <HR> <P>
|
|
<H2><A NAME=SECTION00533000000000000000>3.3.3 Creating new directories</A></H2>
|
|
<P>
|
|
<A NAME=2254> </A>
|
|
<A NAME=2358> </A>
|
|
It's time to learn how to create directories. This involves the use
|
|
of the <tt>mkdir</tt> command. Try the following:
|
|
<P>
|
|
<P><TT> /home/larry# <em>mkdir foo</em> <BR>
|
|
/home/larry# <em>ls -F</em> <BR>
|
|
Mail/ <BR>
|
|
foo/ <BR>
|
|
letters/ <BR>
|
|
papers/ <BR>
|
|
/home/larry# <em>cd foo</em> <BR>
|
|
/home/larry/foo# <em>ls</em> <BR>
|
|
/home/larry/foo#
|
|
<P></TT>
|
|
<P>
|
|
Congrats! You've just made a new directory and moved into it. Since
|
|
there aren't any files in this new directory, let's learn how to
|
|
copy files from one place to another.
|
|
<P>
|
|
<BR> <HR><A NAME=tex2html3144 HREF="node110.html"><IMG ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A> <A NAME=tex2html3142 HREF="node106.html"><IMG ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A> <A NAME=tex2html3136 HREF="node108.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <A NAME=tex2html3146 HREF="node1.html"><IMG ALIGN=BOTTOM ALT="contents" SRC="contents_motif.gif"></A> <A NAME=tex2html3147 HREF="node250.html"><IMG ALIGN=BOTTOM ALT="index" SRC="index_motif.gif"></A> <BR>
|
|
<B> Next:</B> <A NAME=tex2html3145 HREF="node110.html">3.3.4 Copying files</A>
|
|
<B>Up:</B> <A NAME=tex2html3143 HREF="node106.html">3.3 First Steps into </A>
|
|
<B> Previous:</B> <A NAME=tex2html3137 HREF="node108.html">3.3.2 Looking at the </A>
|
|
<BR> <HR> <P>
|
|
<BR> <HR>
|
|
<P><ADDRESS>
|
|
<I>Matt Welsh <BR>
|
|
mdw@sunsite.unc.edu</I>
|
|
</ADDRESS>
|
|
</BODY>
|