After changing directories, what is the most direct way to verify the shell's new location?
Run echo $HOME regardless of the destination.
echo $HOME
Repeat the same cd command and assume it reports the location.
cd
Run ls and infer the path from whichever filenames appear.
ls
Run pwd and inspect the printed path.
pwd