Task 4 Running Your First few Commands
If we wanted to output the text "TryHackMe", what would our command be?
tryhackme@linux1:~$ echo "Hello Friend!"
HINT: Remove the quotation marks!
What is the username of who you're logged in as on your deployed Linux machine?
tryhackme@linux1:~$ whoami
HINT: Run the commend whoami in the terminal