mkdir(1) v7 man page | unix.com

Man Page: mkdir

Operating Environment: v7

Section: 1

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(1) - mojave
lfc-mkdir(1) - debian
mkdir(2) - bsd
mkdir(1) - freebsd
mu-mkdir(1) - ultrix
Similar Topics in the Unix Linux Community
how to simulate "mkdir -p /home/blah1/blah2/blah3" in "c" where only /home exist
mkdir bug
Creating a new directory by getting input from user
Move multipe files to corresponding directories
Use script to mkdir based on file's data