Returning to the home directory
You can return to the home directory from anywhere in the file system. You can also return to the home directory of any user on the system.
To return to your home directory
1. At the command line, type,
cd
2. Press ENTER.
To return to another user's home directory
1. At the command line, type,
cd ~<user>
2. Press ENTER.
Notes
Do not include the brackets in the command line text. For information about notation conventions for commands, see "Using notation conventions for Linux commands."
You can verify that you changed to the proper directory using the pwd command. For information about the pwd command, see "Finding your location in the file system."