*nix Documentation Project
·  Home
 +   man pages
·  Linux HOWTOs
·  FreeBSD Tips
·  *niX Forums

  man pages->Tru64 Unix man pages -> mkdir (1)              
Title
Content
Arch
Section
 

mkdir(1)

Contents


NAME    [Toc]    [Back]

       mkdir - Makes a directory

SYNOPSIS    [Toc]    [Back]

       mkdir [-m mode] [-p] directory...

STANDARDS    [Toc]    [Back]

       Interfaces  documented  on  this reference page conform to
       industry standards as follows:

       mkdir:  XCU5.0

       Refer to the standards(5) reference page for more information
 about industry standards and associated tags.

OPTIONS    [Toc]    [Back]

       Sets  the file permissions to mode, a symbolic mode string
       as defined for chmod, after creating the specified  directory.
   The  mode  argument can be either an absolute mode
       string or a symbolic mode string  as  defined  for  chmod.
       See the chmod(1) reference page.

              In  symbolic mode strings, the operation characters
              + and - are interpreted relative to an assumed initial
  mode  of  a=rwx,  A + adds permissions to the
              default mode, whereas a - deletes permissions  from
              the default mode.  Creates intermediate directories
              as necessary; otherwise, the full path name  prefix
              to  directory  must  already  exist.  The user must
              have mkdir write permission in  the  parent  directory.


              Each  component  of directory that does not name an
              existing directory is created with mode 777,  modified
   by  the  current  file  mode  creation  mask
              (umask).  The equivalent of chmod u+wx is performed
              on  each  component to ensure that mkdir can create
              lower directories  regardless  of  the  setting  of
              umask.  Each  component  of directory that names an
              existing directory is ignored without error.  If an
              intermediate  path  name component exists, but permissions
 are set to prevent writing  or  searching,
              mkdir  fails and returns an error message. The mode
              argument does not apply to any intermediate  directories
 created when the -p option is specified.

OPERANDS    [Toc]    [Back]

       The path name of the directory to be created.

DESCRIPTION    [Toc]    [Back]

       The  mkdir  command  creates  new  directories  with read,
       write, and execute permissions based upon the  permissions
       established by the umask setting.

       [Tru64  UNIX]  The mkdir command also creates the standard
       entries (dot) for the directory itself and (dot  dot)  for
       its parent.




NOTES    [Toc]    [Back]

       Some  of the requested directories may be created although
       an error occurs subsequent to the directory creation.   If
       the  directory  specified by the -p option already exists,
       the command does not return an error status, in compliance
       with  POSIX.2.  [Tru64 UNIX]  To make a new directory, you
       must have write permission in the parent directory.

EXIT STATUS    [Toc]    [Back]

       The following exit  values  are  returned:  All  requested
       directories  were  created,  or the -p option was used and
       all of the requested  directories  now  exist.   An  error
       occurred.

EXAMPLES    [Toc]    [Back]

       To  create  a new directory called test, enter: mkdir test
       To set file permissions for new directory test in absolute
       mode, enter: mkdir -m 444 test To set file permissions for
       new directory test in symbolic mode,  enter:  mkdir  -m+rw
       test

ENVIRONMENT VARIABLES    [Toc]    [Back]

       The  following  environment variables affect the execution
       of mkdir: Provides a default value for the  internationalization
 variables that are unset or null. If LANG is unset
       or null, the corresponding value from the  default  locale
       is  used.   If  any  of the internationalization variables
       contain an invalid setting, the utility behaves as if none
       of  the variables had been defined.  If set to a non-empty
       string value, overrides the values of all the other internationalization
  variables.  Determines the locale for the
       interpretation of sequences of bytes of text data as characters
  (for  example, single-byte as opposed to multibyte
       characters in arguments).  Determines the locale  for  the
       format  and  contents  of  diagnostic  messages written to
       standard error.  Determines the location of message  catalogues
 for the processing of LC_MESSAGES.

SEE ALSO    [Toc]    [Back]

      
      
       Commands:  chmod(1), rm(1), rmdir(1), Bourne shell sh(1b),
       POSIX shell sh(1p), umask(1)

       Functions:  mkdir(2)

       Standards:  standards(5)



                                                         mkdir(1)
[ Back ]
 Similar pages
Name OS Title
mkdirhier Tru64 makes a directory hierarchy
mklost+found Tru64 Makes a lost+found directory for fsck
mkboot Linux makes a bootdisk
logger Tru64 Makes entries in the system log
script Tru64 Makes a transcript of terminal session
MAKEDEV Tru64 makes system special files
mkfifo Tru64 Makes FIFO special files
VkDeck IRIX Container that makes one child at a time visible
ViewKit IRIX A class library that makes it easier to use Motif
makedbm Tru64 Makes a Network Information Service (NIS) map file
Copyright © 2004-2005 DeniX Solutions SRL
newsletter delivery service