Create symbolic link

By | August 15, 2009

When you want to create a symbolic link to a certain location all you have to do is

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

This will create a symbolic link inside current directory: logs which goes to /urs/local/apache/logs

Cheers,

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.