March 2012
Beginner to intermediate
230 pages
7h 27m
English
mkdir — stdin stdout - file -- opt --help --version
mkdir [options]directories
mkdir creates one or more
directories:
$ mkdir directory1 directory2 directory3
|
|
Given a directory
path (not just a simple directory name), create any
necessary parent directories automatically: |
|
| Create the directory with the given permissions: $ mkdir -m 0755 mydir By default, your shell’s umask controls the
permissions. See the |
Read now
Unlock full access