[go: up one dir, main page]

mkdir(1) minix man page | unix.com

Man Page: mkdir

Operating Environment: minix

Section: 1

MKDIR(1)						      General Commands Manual							  MKDIR(1)

NAME
mkdir - make a directory
SYNOPSIS
mkdir [-p] [-m mode] directory ...
OPTIONS
-m Create directory with mode -p Create missing intermediate directories
EXAMPLES
mkdir dir # Create dir in the current directory mkdir -p /user/ast/dir # Create the /user/ast and /user/ast/dir
DESCRIPTION
The specified directory or directories are created and initialized. If any intermediate directory is missing and -p is specified, the miss- ing component will be created and no error displayed if directory already exists. If the -m flag is used, this will be equivalent to a chmod on the directory after its creation.
SEE ALSO
chmod(1), rmdir(1), mkdir(2). MKDIR(1)
Related Man Pages
mkdir(1) - opensolaris
lfc-mkdir(1) - debian
shtool-mkdir(1) - debian
mkdir(1) - netbsd
mkdir(1) - sunos
Similar Topics in the Unix Linux Community
mkdir bug
Can't run mkdir even as root please help
Move multipe files to corresponding directories
Mkdir fails when defined and called with functions.
Use script to mkdir based on file's data