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!"

HINT: Remove the quotation marks!

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

whoami
tryhackme@linux1:~$ whoami

HINT: Run the commend whoami in the terminal

Last updated