User Commands  - 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


Nemo Release 3.1 mkdir- (1) February 23, 2025
Generated by manServer 1.08 from fc1384bd-d050-4983-8e32-0a7b1fb38b9a using man macros.