# How to remove files from /finngen/green

#### Open Terminal

1. Open Terminal in your Sandbox. Move to /finngen/green/ folder

`cd /finngen/green`

#### View

2\. View **permissions** of the /finngen/green/ folder

`ls -ld`

View **files** and **permissions** of the files in /finngen/green/ folder

`ls -la`

View the **content** of a text file in the folder. Exit view by pressing q.

`less filename.txt`

#### Delete

3\. Delete a **file** from /finngen/green/

```
cd /finngen/green/
rm -i filename.txt
```

Delete a **folder** from /finngen/green/

```
cd /finngen/green/
rm -ir dirname
```


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.finngen.fi/working-in-the-sandbox/quirks-and-features/how-to-remove-files-from-finngen-green.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
