mkdir
"mkdir [dirname]" creates a new directory dirname.
"rmdir [dirname]" creates a new directory dirname.
In all cases, the file might be a directory as well (then use the flag "-r").
For more information on possible flags, try
man mkdir, man rmdir
.
[prev]
[top]