How do I create a symbolic link?

//

//

ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]

For example:

ln -s /usr/local/apache/logs ./logs

This points a symbolic link “./logs” to “/usr/local/apache/logs”

Source: http://help.hardhathosting.com/question.php/95