> ## Documentation Index
> Fetch the complete documentation index at: https://docs.specterops.io/llms.txt
> Use this file to discover all available pages before exploring further.

# mkdir

> Converted from Markdown to MDX

<Note>Artifacts Generated: File Create</Note>

## 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
