Difference between revisions of "Mkdir"
Jump to navigation
Jump to search
Tags: Mobile web edit, Mobile edit |
|||
Line 1: | Line 1: | ||
+ | {{lowercase}} | ||
[[wikipedia:mkdir]] command to create [[directories]]. | [[wikipedia:mkdir]] command to create [[directories]]. | ||
* Man page: https://man7.org/linux/man-pages/man1/mkdir.1.html | * Man page: https://man7.org/linux/man-pages/man1/mkdir.1.html |
Revision as of 20:46, 4 October 2021
wikipedia:mkdir command to create directories.
Examples:
mkdir -p /path/to/your/new/dir
mkdir ~/.ssh
Options:
-p, --parents makes parents directories if needed
Related commands
See also
Advertising: