4.3BSD-UWisc/man/man1/mkdir.1

Compare this file to the similar file:
Show the results in this format:

.\"	@(#)mkdir.1	6.1 (Berkeley) 4/29/85
.\"
.TH MKDIR 1 "April 29, 1985"
.AT 3
.SH NAME
mkdir \- make a directory
.SH SYNOPSIS
.B mkdir
dirname ...
.SH DESCRIPTION
.I Mkdir
creates specified directories in mode 777.
Standard entries,
.RB ` . ',
for the directory itself, and 
.lg 0
.BR ` .. '
.lg 1
for its parent, are made automatically.
.PP
.I Mkdir
requires write permission in the parent directory.
.SH "SEE ALSO"
rmdir(1)