mkdir(1) ultrix man page | unix.com

Man Page: mkdir

Operating Environment: ultrix

Section: 1

mkdir(1)						      General Commands Manual							  mkdir(1)

Name
       mkdir - make a new directory

Syntax
       mkdir -p dirname...

Description
       The  command  creates  specified  directories  in mode 777.  The directories are then modified by according to how you have set up Standard
       entries, `.', for the directory itself, and `..'  for its parent, are made automatically.

       The command requires write permission in the parent directory.

Options
       -p     Create intermediate directories as required. If this option is not specified, the full path prefix of dirname must already exist.

See Also
																	  mkdir(1)
Related Man Pages
mkdir(1) - mojave
dpns-mkdir(1) - debian
rfmkdir(1) - debian
mkdir(1) - osf1
mkdir(1) - sunos
Similar Topics in the Unix Linux Community
mkdir: cannot create directory
Script for mkdir with permissions
Move multipe files to corresponding directories
Mkdir fails when defined and called with functions.
Cd then mkdir from script