Difference between revisions of "Mkdir"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
Tags: Mobile web edit, Mobile edit |
||
Line 2: | Line 2: | ||
* Man page: https://man7.org/linux/man-pages/man1/mkdir.1.html | * Man page: https://man7.org/linux/man-pages/man1/mkdir.1.html | ||
+ | |||
+ | |||
+ | Examples: | ||
* <code>mkdir -p /path/to/your/new/dir</code> | * <code>mkdir -p /path/to/your/new/dir</code> | ||
* <code>mkdir ~/[[.ssh]]</code> | * <code>mkdir ~/[[.ssh]]</code> |
Revision as of 06:38, 15 April 2021
wikipedia:mkdir command to create directories.
Examples:
mkdir -p /path/to/your/new/dir
mkdir ~/.ssh
-p, --parents makes parents directories if needed
Related commands
See also
Advertising: