plan9 man page for mkdir

Query: mkdir

OS: plan9

Section: 1

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

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
mkdir(2) - minix
mkdir(1) - suse
mkdir(1) - opendarwin
mkdir(1) - netbsd
mu-mkdir(1) - ultrix
Similar Topics in the Unix Linux Community
Cp/Mkdir and spaces
how to simulate "mkdir -p /home/blah1/blah2/blah3" in "c" where only /home exist
Move File Containing More Than two "-" at 3rd Line To New Directory
How to create a long list of directories with mkdir?
Cd then mkdir from script