The ~ (tilde) symbol is a quick way (sort of a short-hand) for specifying your home directory. Every user has a home directory and each user’s home directory is their own (not accessible to others).
Thus, the ~ stands for that exact path on the engs20 servers. Try it out: type cd ~ and then ls to verify that you are indeed back in your home directory.
You can also look at your prompt in terminal to find out where you are. Or you could simply type cd with nothing after it, and you will be brought to your home directory. Or cd ~ as we just learned.
Change into your workspace directory by typing cd or cd ~ to change into your home directory, then cd engs20, followed by cd workspace to be brought into the workspace directory.
Type ls to verify that you have created a new directory named LA1 in your workspace directory. Verify that you see the directory in your file browser as well.