To ask the Terminal shell what your current working directory (folder)
is, use the pwd command:

When you start the Terminal, your working directory will be /boot/home.
The Terminal will always assume that you want your current working
directory to be your home directory. To change the current working
directory, use the cd command with the desired working directory
as an argument.
|