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
HINT: Remove the quotation marks!
What is the username of who you're logged in as on your deployed Linux machine?
whoami
HINT: Run the commend whoami in the terminal
Last updated