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

# rm

> Remove a file, no quotes are necessary and relative paths are fine

## Summary

Remove a file, no quotes are necessary and relative paths are fine

* Needs Admin: False
* Version: 1
* Author: @its\_a\_feature\_

### Arguments

#### path

* Description: Path to file to remove
* Required Value: True
* Default Value: None

## Usage

```
rm ../path/to/file
```

## MITRE ATT\&CK Mapping

* T1106
* T1107

## Detailed Summary

Uses ObjectiveC to remove the file specified:

```javascript theme={null}
fileManager.removeItemAtPathError($(path), error);
```
