To go up one directory level in the terminal, you can use the following command:
cd ..
The two dots (..) represent the parent directory. After executing this command, you can check your current location with:
pwd
This will show you the path of the directory you are currently in.
