MKDIR(1) FSF MKDIR(1)
NAME
mkdir(1,2) - make directories
SYNOPSIS
mkdir(1,2) [OPTION] DIRECTORY...
DESCRIPTION
Create the DIRECTORY(ies), if(3,n) they do not already exist.
-m, --mode=MODE
set(7,n,1 builtins) permission mode (as in(1,8) chmod(1,2)), not rwxrwxrwx - umask
-p, --parents
no error(8,n) if(3,n) existing, make parent directories as needed
-v, --verbose
print a message for each created directory
--help display this help and exit(3,n,1 builtins)
--version
output version(1,3,5) information and exit(3,n,1 builtins)
AUTHOR
Written by David MacKenzie.
REPORTING BUGS
Report bugs to <bug-fileutils@gnu.org>.
COPYRIGHT
Copyright 2001 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is
NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR
PURPOSE.
SEE ALSO
The full documentation for mkdir(1,2) is maintained as a Texinfo manual. If
the info(1,5,n) and mkdir(1,2) programs are properly installed at your site, the
command
info(1,5,n) mkdir(1,2)
should give you access(2,5) to the complete manual.
mkdir(1,2) (fileutils) 4.1 April 2001 MKDIR(1)