next up previous contents
Next: Initializing the DBMS Up: Getting Started Previous: Where to Put Your   Contents

Creating a Directory Structure

Within your cs166 folder you should create a directory called project. Within the project folder create the three folders database, tables, and data.

\fbox{
\begin{minipage}{4.5in}
{\tt \$ mkdir project\\
\$ mkdir project/database\\
\$ mkdir project/tables\\
\$ mkdir project/data}
\end{minipage} }

These directories will be used for the following purposes:



Timothy G Mauch 2003-11-05