debian man page for plan9-mkdir

Query: plan9-mkdir

OS: debian

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 [ -p ] [ -m mode ] dirname ...
DESCRIPTION
Mkdir creates the specified directories. It requires write permission in the parent directory. If the -p flag is given, mkdir creates any necessary parent directories and does not complain if the target directory already exists. The -m flag sets the permissions to be used when creating the directory. The default is 0777.
SEE ALSO
rm(1) cd in rc(1)
SOURCE
/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(1) - mojave
mkdir(1) - linux
lfc-mkdir(1) - debian
mkdir(2) - minix
mkdir(1) - freebsd
Similar Topics in the Unix Linux Community
awk or sed - Convert 2 lines to 1 line
Detecting unused variables...
Weird 'find' results
My first PERL incarnation... Audio Oscillograph