| Discover Life's Directory Structure |
|---|
| Discover Life | Education | Training Guides | Directory Structure |
| Index |
| Index |
|
| Index |
|
Each account on the Web server has a home directory (or folder). When you login, you will be in your home directory. Within your UNIX account you should use the following:
Directories and Files
For example, if you were to build pages on Quercus alba and Quercus nigra,
the white and water oaks, respectively,
you should have a sub-directory within your
public_html directory called Quercus.
Within this Quercus sub-directory,
you should have two sub-directories, alba and nigra.
Within each of the three sub-directories, Quercus, alba, and nigra,
you should have an index.html page and an images sub-directory.
The index.html page within the Quercus sub-directory
should present information on Quercus.
This structure, displayed graphically, would look like this:
public_html/
Quercus/
images/
alba/
images/
nigra/
images/
Warning:Solution:
| Discover Life | Education | Training Guides | Directory Structure |