how to display the absolute path of home directory?

To display the absolute path of your home directory, you can use the command:

```
echo $HOME
```

This will output the absolute path of your home directory on your terminal.