NAME
	mkdir - create a directory

SYNOPSIS
	mkdir dirname

DESCRIPTION
	Create a new directory with the given name. A recommendation
	is always to use lower case letters in filenames in order not
	to confuse them with domain directories.

SEE ALSO
	rmdir, cd, pwd


