Showing posts with label symbolic. Show all posts
Showing posts with label symbolic. Show all posts

Monday, November 3, 2014

How do I create a Linux symbolic link?

ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]
#For example:
ln -s /usr/local/apache/logs ./logs