Files
Ares-mythic/documentation-payload/apollo/commands/mkdir.md
2026-04-14 12:17:24 +07:00

31 lines
398 B
Markdown

+++
title = "mkdir"
chapter = false
weight = 103
hidden = false
+++
{{% notice info %}}
Artifacts Generated: File Create
{{% /notice %}}
## Summary
Make a directory at the specified path.
### Arguments (Positional)
#### path
Path to the directory to create.
## Usage
```
mkdir -Path [path]
```
Example
```
mkdir C:\config
mkdir -Path C:\Users\Public\secret
```
## MITRE ATT&CK Mapping
- T1106