Create Symbolic Link on Unix / Linux


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. ln -s [TARGET DIRECTORY OR FILE] ./[SHORTCUT]

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.