Getting the Directory Location with the pwd Command
You might be wondering how to find out exactly where you are after doing many cd commands. Unix has a spiffy little command just for this: pwd (present working directory).
To learn the current directory
Type pwd and press

Figure 17. The
pwd command displays the complete path to the current directory.