mkdir
Verified for current stable LTS
Mkdir Command: Create Nested Directory Tree Recursively Windows
Use for create nested directory tree recursively windows with Mkdir. Exact CLI syntax to create nested directory tree recursively windows using Mkdir.
When to use this: Use for create nested directory tree recursively windows with Mkdir.
Command Syntax
mkdir <path\to\sub_directory> mkdir <path/to/sub_directory> Live Command Builder
Final Command
mkdir <path\to\sub_directory> Command Breakdown
mkdir is the base executable for this command.
FAQ
Purpose: Exact syntax to create nested directory tree recursively windows 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 Parents
mkdir -p <path/to/directory1 path/to/directory2 ...> Mkdir Command: Create Directories With Specific Permissions mkdir -m <rwxrw-r--> <path/to/directory1 path/to/directory2 ...> Mkdir Command: Create Directory Windows mkdir <path\to\directory> 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 ...>