Use the following command to get the path of user’s home directory. `echo ~<username>` ```bash mateusz@ubuntumin1:~$ echo ~john /home/john mateusz@ubuntumin1:~$ echo ~mateusz /home/mateusz ```