What's the Terminal going to display when we attempt to navigate to this directory?

/Users/user/Documents/Users/userNo such file or directory

Sweet! The pwd command prints the current directory. Using cd, we've navigated to the Documents folder.

Yikes! The pwd command prints the current directory. Using cd, we've navigated to the Documents folder.