Symbolic link
March 23rd, 2010
Go to the location where the symbolic link needs to go.
cd /some/path/
then type the following
ln -s {target} {alias}
{target} is the path to the file we want to create shortcut to
{alias} is the name of the symbolic link (generally it is the same as the file we creating a shortcut for)
Entry Filed under: MAC OSX
Trackback this post