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,
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,