In this lab environment, the full path of the home directory is:
/home/labex
How to verify this yourself:
You can use the echo command to see what the ~ shortcut translates to. Type this in your terminal:
echo ~
Why two directories?
/home/labex: This is your Home Directory (the shortcut is~). It's your personal space on the system./home/labex/project: This is your Working Directory. It is a specific folder inside your home directory where we usually keep our lab files.
If you ever get lost, just remember that pwd (print working directory) tells you exactly where you are right now!