I have been trying to create a non user specific symbolic link that points to ~/Library/Application Support.
I tried:
This creates the symbolic link that works on my user, but when it is moved to another user it doesn't work. I thought I was creating it wrong, so I created one for the applications folder.
The symbolic link for the Applications folder works. How can I get the first one to work without being user specific. Is this possible with a symbolic link? If not can somebody tell me of any other way I can achieve this.
I tried:
Code:
ln -s ~/Library/Application\ Support Drag\ Here\ to\ Install
This creates the symbolic link that works on my user, but when it is moved to another user it doesn't work. I thought I was creating it wrong, so I created one for the applications folder.
Code:
ln -s /Applications Drag\ Here\ to\ Install
The symbolic link for the Applications folder works. How can I get the first one to work without being user specific. Is this possible with a symbolic link? If not can somebody tell me of any other way I can achieve this.
Last edited: