pwd: The pwd command will allow you to know in which directory you're located ( pwd stands for "print working directory").
ls: The ls command will show you the files in your current directory.
--------------------------------
cd: The cd command will allow you to change directories.
To navigate into the root directory, use "cd /"