The HOME environment variable stores the path to the user's home directory. echo $HOME displays this path. Option A ($PWD) shows the current working directory, option B (pwd) is a command to print current directory (not a variable), and option C (home) is not a valid command.