next up previous contents
Next: cd Up: Helpful Unix Commands Previous: Helpful Unix Commands   Contents

mkdir

This will create a directory with the given name and directory structure. The

default is the current working directory.

lightning:~>mkdir /home/username/generic

Makes a directory in /home/username/ called generic.

lightning:~>mkdir generic

Makes a directory in the current directory called generic.

lightning:~>mkdir ~/generic

Creates the directory generic in the user's home directory



Computer Support Group 2002-10-07