mirror of
https://github.com/Aryma-f4/Ares-mythic.git
synced 2026-06-12 16:44:12 +00:00
first commit
This commit is contained in:
31
documentation-payload/apollo/commands/mkdir.md
Normal file
31
documentation-payload/apollo/commands/mkdir.md
Normal file
@@ -0,0 +1,31 @@
|
||||
+++
|
||||
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
|
||||
Reference in New Issue
Block a user