If you can see this check that
| next section | prev section | up | prev page | next page |
To create a new directory as a sub-directory of your home directory, you issue the mkdir command. After you create a directory, you can move or copy files there, and also create sub-directories within it. For example, to create a sub-directory in your current working directory named projects, type:
% mkdir projects % ls -F myfile project/
The following diagram shows the resulting directory structure.
To create a new directory named 'stuff' under the projects directory, type
mkdir projects/stuff
| Tutlinks: | intro1 intro2 wildcard permission pipe vi essential admin net fwall DNS diag Apache1 Apache2 MySQL1 MySQL2 |
| Useful: | Quiz Forums |
| Site Links: | XMLZoo ActiveSQL ProgZoo SQLZoo |