Task 4 - Running Your First few Commands

Task 4 Running Your First few Commands

If we wanted to output the text "TryHackMe", what would our command be?

echo
tryhackme@linux1:~$ echo "Hello Friend!"
Reveal Flag đŸš©

đŸš©echo TryHackMe

What is the username of who you're logged in as on your deployed Linux machine?

whoami
tryhackme@linux1:~$ whoami
Reveal Flag đŸš©

đŸš©tryhackme

Last updated