I have some CGI scripts deep withing my directory structure that I frequently access via my browser (my scripts must be in the cgi-bin or they won't be executed). Having recently discovered (forgive me my ignorance) symbolic links, I created a symbolic link in my web accessible folder (parent to my cgi-bin) to the folder containing my CGI scripts. I created it using the following syntax:
And this works fine. I can see it in my <web-based-file-manager-application>, and when I click on it it is properly linked to the folder in question.
error. What do I need to do differently? Permissions on the symbolic link are 755.