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

# drives

## Summary

Get information about mounted drives.

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

### Arguments

## Usage

```
drives
```

## MITRE ATT\&CK Mapping

* T1135

## Detailed Summary

This command use the os.Stat function in Golang to enumerate the `/mnt` and `/Volumes` directories. This command is only available for nix systems.
