v7 man page for mkdir

Query: mkdir

OS: v7

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 specified directories in mode 777. Standard entries, `.', for the directory itself, and `..' for its parent, are made auto- matically. Mkdir requires write permission in the parent directory.
SEE ALSO
rm(1)
DIAGNOSTICS
Mkdir returns exit code 0 if all directories were successfully made. Otherwise it prints a diagnostic and returns nonzero. MKDIR(1)
Related Man Pages
mkdir(2) - minix
mkdir(1) - suse
mkdir(1) - netbsd
mkdir(1) - freebsd
mu-mkdir(1) - ultrix
Similar Topics in the Unix Linux Community
Creating a new directory by getting input from user
Move File Containing More Than two "-" at 3rd Line To New Directory
Mkdir fails when defined and called with functions.
How to create a long list of directories with mkdir?
Cd then mkdir from script