# 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