Some time ago I created a folder on my desktop called "App alias". It has a little arrow in the bottom left corner. It is an alias directory to the applications in "Macintosh HD". I can double click on it and all my applications are there.
I was going to create the same for my Home directory (/Users/my_user_name) but could not figure out how to do this from the GUI interface.
Interesting when looking at "App alias" from a shell that it isn't a symbolic link. How does it work?.
Manual created what I wanted to do from a shell -
ln -s /Users/my_user_name /Users/my_user_name/Desktop/Home
That worked all fine and dandy and even created the folder with the icon listed in Macintosh HD.
How does this work without any kind of symbolic link ?
How can I create links/shortcuts/alias from the GUI interface like this ?
Thanks.
I was going to create the same for my Home directory (/Users/my_user_name) but could not figure out how to do this from the GUI interface.
Interesting when looking at "App alias" from a shell that it isn't a symbolic link. How does it work?.
Manual created what I wanted to do from a shell -
ln -s /Users/my_user_name /Users/my_user_name/Desktop/Home
That worked all fine and dandy and even created the folder with the icon listed in Macintosh HD.
How does this work without any kind of symbolic link ?
How can I create links/shortcuts/alias from the GUI interface like this ?
Thanks.