ultrix man page for mkdir

Query: mkdir

OS: ultrix

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 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
gnomevfs-mkdir(1) - opensolaris
dpns-mkdir(1) - debian
mkdir(1) - hpux
mkdir(1) - osf1
ssh2_sftp_mkdir(3) - php
Similar Topics in the Unix Linux Community
how to simulate "mkdir -p /home/blah1/blah2/blah3" in "c" where only /home exist
Can't run mkdir even as root please help
Script for mkdir with permissions
Move multipe files to corresponding directories
How to create a long list of directories with mkdir?