Which symbol represents the user’s home directory?
Note
The symbol that represents the user's home directory in Linux (and also in many Unixlike systems) is: ~
Here's how it works:
When you use ~ (tilde) in a command or path, it represents the home directory of the current user.
For example, if the username is user, ~ is equivalent to /home/user.