{% code title="echo" %}
tryhackme@linux1:~$ echo "Hello Friend!"
{% endcode %}
{% hint style="warning" %} HINT: Remove the quotation marks! {% endhint %}
Reveal Flag 🚩
🚩echo TryHackMe
{% code title="whoami" %}
tryhackme@linux1:~$ whoami
{% endcode %}
{% hint style="warning" %} HINT: Run the commend whoami in the terminal {% endhint %}
Reveal Flag 🚩
🚩tryhackme