How do you move to your home directory using a relative path name?
There are several ways to do this. The easiest way is just to
type the command 'CD', which automatically puts you in your home
directory. Other ways:
CD $HOME
CD ~
CD ~login-id (use your login-id here)
If you know the absolute path name, just use it with the 'CD'
command:
CD /home/staff/guy1