> For the complete documentation index, see [llms.txt](https://thmflags.gitbook.io/thm-walkthroughs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://thmflags.gitbook.io/thm-walkthroughs/difficulty-info/linux-fundamentals/linux-fundamentals-part-2/task-4-filesystem-interaction-continued.md).

# Task 4 - Filesystem Interaction Continued

## Task 4 Filesystem Interaction Continued

### How would you create the file named "newnote"?&#x20;

{% hint style="warning" %}
**HINT:** Look at the answer formatting - we're not expecting quotation marks for this
{% endhint %}

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`touch newnote`

</details>

### On the deployable machine, what is the file type of "unknown1" in "tryhackme's" home directory?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`ASCII text`

</details>

### How would we move the file "myfile" to the directory "myfolder"

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`mv myfile myfolder`

</details>

### What are the contents of this file?

<details>

<summary>Reveal Flag <span data-gb-custom-inline data-tag="emoji" data-code="1f6a9">🚩</span></summary>

:triangular\_flag\_on\_post:`THM{FILESYSTEM}`

</details>

### Continue to apply your knowledge and practice the commands from this task.

{% hint style="success" %}
No answer needed
{% endhint %}
