Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged link



« Prev 1 Next »
Link Trac revisions and change sets.
0 3381 posted 16 years ago by mushookies
When using `ln` to create a link in a different directory, the semantics of creating hard and symbolic links differ. That is because a hard link contains a direct reference to its target's data, while a symbolic link is just a string containing a (p...
1 1526 posted 16 years ago by deepsoul
making a symbolic link
0 1097 posted 16 years ago by stiobhart
Example: ln -s /usr/local/apache/logs ./logs
3 2098 posted 17 years ago by jonhenshaw
« Prev 1 Next »