Files
Angerona/documentation-payload/Cazalla/commands/pwd.md
T
marcos.luna 2fe9fa8254 wiki created
2025-11-06 12:23:49 +01:00

41 lines
768 B
Markdown

# pwd - Print Working Directory
Display the current working directory of the agent.
## Description
The `pwd` command displays the current working directory of the agent. This directory is automatically tracked and displayed in the Mythic UI context tabs.
## Syntax
```
pwd
```
## Examples
```
pwd
```
## Features
- Shows the absolute path that the agent is currently using as its working directory
- This directory is automatically tracked and displayed in the Mythic UI context tabs
- Useful for verifying the current location before executing file system operations
## Output
```
C:\Users\Administrator\Documents
```
## Related
[Context Tracking](../../../features.md#context-tracking)
---
**Command Category:** File System
**Requires Admin:** No