The following command will display the present working directory.
pwd
Change directory to Home
cd Home
change directory to user home directory
cd Home
change directory to root directory
cd ~
List contents of the directory
cd /
List other user’s directory
sudo ls -la /root
the above line will display contents of root directory