mkdir
Verified for current stable LTS
Mkdir Command: Create Directories With Parents
Use for create directories with parents with Mkdir. Exact CLI syntax to create directories with parents using Mkdir.
When to use this: Use for create directories with parents with Mkdir.
Command Syntax
mkdir -p <path/to/directory1 path/to/directory2 ...> mkdir -p <path/to/directory1 path/to/directory2 ...> Command Breakdown
-p- Command Option
- Tool-specific option used by this command invocation.
FAQ
Purpose: Exact syntax to create directories with parents using Mkdir.
Test path: Replace placeholders and run destructive commands in a disposable workspace first.
Flag behavior: Tool version, platform, and shell can change behavior.
Improve This Command
Suggest a correction, safer default, or version-specific note for this entry.
Related Operations
Mkdir Command: Create Directories With Specific Permissions
mkdir -m <rwxrw-r--> <path/to/directory1 path/to/directory2 ...> Mkdir Command: Create Multiple Nested Directories Recursively mkdir -p {{path/to/{a,b}/{x,y,z}/{h,i,j}}} Mkdir Command: Create Specific Directories mkdir <path/to/directory1 path/to/directory2 ...> Jmeter Command: Run Test Plan Nongui Proxy jmeter -n -t <path/to/file.jmx> -H- <127.0.0.1> -P <8888> Ed Command: Start Interactive Editor Empty Prompt ed -p '<> >'