morpheus-base

morpheus base system
git clone git://git.2f30.org/morpheus-base
Log | Files | Refs

mkdir.1 (379B)


      1 .TH MKDIR 1 sbase\-VERSION
      2 .SH NAME
      3 mkdir \- make directory
      4 .SH SYNOPSIS
      5 .B mkdir
      6 .RB [ \-pm ]
      7 .RI [ name ...]
      8 .SH DESCRIPTION
      9 .B mkdir
     10 creates the specified directories.
     11 .SH OPTIONS
     12 .TP
     13 .B \-p
     14 creates any necessary parent directories, and does not fail if the target
     15 already exists.
     16 .B \-m
     17 set the file permission bits of the newly created directory.
     18 .SH SEE ALSO
     19 .IR mkdir (2)