pwd command in Linux

Back

At the command line interface ,the current directory may be either in the top-level root ( / ) directory or sub-directory . 

The pwd command identifies the current directory . 
It will give you a directory name relative to the top-level root ( / ) . 

With this information in hand ,you can move to different directory if needed . 

$ pwd
  /home/michael