> 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-5-permissions-101.md).

# Task 5 - Permissions 101

## Task 5 Permissions 101

### On the deployable machine, who is the owner of "important"?&#x20;

<details>

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

:triangular\_flag\_on\_post:`user2`

</details>

### What would the command be to switch to the user "user2"?

<details>

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

:triangular\_flag\_on\_post:`su user2`

</details>

### Now switch to this user "user2" using the password "user2"

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

### Output the contents of "important", what is the flag?

<details>

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

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

</details>
