LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   What ${HOME} means? (https://www.linuxquestions.org/questions/linux-newbie-8/what-%24%7Bhome%7D-means-859194/)

msbstar 01-28-2011 04:55 AM

What ${HOME} means?
 
Hi Every body,

Does it mean "/home/" or it means "/home/user/"?

Best regards,
Hassan

syg00 01-28-2011 05:10 AM

"echo ${HOME}"

b0uncer 01-28-2011 05:52 AM

It is usually set to be the home directory of the user you're logged in as, for example /home/username or (on Mac) /Users/username.

Code:

echo $HOME
Curly braces don't change that.


All times are GMT -5. The time now is 05:44 AM.