> For the complete documentation index, see [llms.txt](https://tools.thehacker.recipes/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://tools.thehacker.recipes/mimikatz/modules/standard/cd.md).

# cd

`standard::cd` or `cd` can change or display the current directory. The changed directory is used for saving files.

```
mimikatz # cd
C:\Users\m3g9tr0n\mimi_love
```

```
mimikatz # cd z:\Stuff
Old: C:\Users\m3g9tr0n\mimi_love
New: z:\Stuff
```
