When I first log in to Unix on my Mac, I usually see a ~
after my username in the command line.
However, if I look at the apps contained in that directory ~/Applications
they are not all of my applications, but rather just some of my chrome apps.
If I cd
to my /
directory, and then go to /Applications
there I see all of my applications, so I am wondering what is the difference?
Also, if I go to ~/MY-USERNAME/Applications
I see the same as if I just I were just in ~
. So what is the difference?
Lastly, how come I can cd
into my USERNAME
directory endlessly? (see screen shot, "startec" is my username)
Startec
that points to your home directory. If you usels -l
you'll probably see an entry that shows eitherStartec -> .
orStartec -> /Users/Startec
. – Greg Hewgill Jul 10 '14 at 20:09