[UP]


Manual Reference Pages  - _mkdir (1)

NAME

_mkdir(1f) - [FUNIX:FILESYSTEM] call mkdir(3c) to make directories (LICENSE:PD)

CONTENTS

Synopsis
Description
Options
Example
Author
License

SYNOPSIS

_mkdir DIRECTORY ... [OPTION]...

DESCRIPTION

Create the DIRECTORY(ies), if they do not already exist. The file permission mode by default is "a=rxw-umask".

OPTIONS

DIRECTORY
  directory pathnames. Limited to 4096 characters per pathname.
--parents
  no error if existing, make parent directories as needed
--verbose
  print a message for each created directory
--help display this help and exit
--version
  output version information and exit

EXAMPLE

Samples:

   # silently make specified directory and any needed parent directories
   _mkdir A/B/C -parents

# show creation of three directories _mkdir A B C

AUTHOR

John S. Urban

LICENSE

Public Domain


_mkdir (1) March 11, 2021
Generated by manServer 1.08 from 33d69aa8-f46e-433c-a852-39c94e764cf1 using man macros.