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

# cd

> The cd command is used to change the current working directory the Merlin agent is using.

<img src="https://mintlify.s3.us-west-1.amazonaws.com/specteropsdocs/mythic-agents/images/merlin-horizontal.png%3Fwidth=1000px" alt="Merlin Banner Logo" />

## Summary

The `cd` command is used to change the current working directory the Merlin agent is using.
Relative paths can be used (e.g.,`.` `./../` or `downloads\\Merlin`).
This command uses native Go and will not execute the cd binary program found on the host operating system.

* Needs Admin: False
* Version: 1
* Author: @Ne0nd0g

### Arguments

#### path

* Description: The directory path to change to
* Required Value: True
* Default Value: None

## Usage

```
cd /path/to/directory
```

## MITRE ATT\&CK Mapping

## Detailed Summary
