mkdir(1) plan9 man page | unix.com

Man Page: mkdir

Operating Environment: plan9

Section: 1

MKDIR(1)						      General Commands Manual							  MKDIR(1)

NAME
mkdir - make a directory
SYNOPSIS
mkdir dirname ...
DESCRIPTION
Mkdir creates the specified directories. It requires write permission in the parent directory.
SEE ALSO
rm(1) cd in rc(1)
SOURCE
/sys/src/cmd/mkdir.c
DIAGNOSTICS
Mkdir returns null exit status if all directories were successfully made. Otherwise it prints a diagnostic and returns "error" status. MKDIR(1)
Related Man Pages
lfc-mkdir(1) - debian
dpns-mkdir(1) - debian
mkdir(1) - debian
mkdir(1) - osx
mkdir(1) - xfree86
Similar Topics in the Unix Linux Community
how to simulate "mkdir -p /home/blah1/blah2/blah3" in "c" where only /home exist
mkdir: cannot create directory
Creating a new directory by getting input from user
Mkdir fails when defined and called with functions.
How to create a long list of directories with mkdir?