The pwd command stands for – Print Working Directory
In the shell, we execute commands while staying in a directory. If we do ls, we see the contents of that directory.
The pwd commands outputs the absolute path of the current/working directory.
In your terminal write pwd and press enter, the terminal will tell you your present working directory.