The prompt of a shell terminal contains the current directory (such as user@hostname :~). The tilde "~" indicates that you are in the user's home directory.
You can use the following commands to change the active directory and list the contents of a directory:
cd
ls
pwd