You can create a symbolic link by logging in to your account via SSH and executing the following command:
ln -s TARGET LINK_NAME
where TARGET is the file/folder you would like to link to and LINK_NAME is the name of the link you want to create.
You can create a symbolic link by logging in to your account via SSH and executing the following command:
ln -s TARGET LINK_NAME
where TARGET is the file/folder you would like to link to and LINK_NAME is the name of the link you want to create.