Lesson 1: Linux Basics
Follow the instructions below and try the commands in the terminal on the right.
pwd
- Show your current directory
ls
- List files
whoami
- Show username
help
- Show available commands
clear
- Clear terminal
student@linux:
~$