For example,
% pwd
/home/vastro
For example,
% pwd
/home/vastro/test
% cd plots
% pwd
/home/vastro/test/plots
% cd
% pwd
/home/vastro
Exercise 4: Change directory to /home/vastro, and to
the subdirectory tutorial/texts of /home/vastro, using pwd to check
your location at every step. Change directory to the subdirectory
data of the directory tutorial. How would you interpret the
information that pwd gives you?