Welcome To Snipplr


Everyone's Recent Bash Snippets Tagged link



« Prev 1 Next »
Link Trac revisions and change sets.
0 1365 posted 14 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 647 posted 14 years ago by deepsoul
making a symbolic link
0 565 posted 14 years ago by stiobhart
Example: ln -s /usr/local/apache/logs ./logs
3 1010 posted 15 years ago by jonhenshaw
« Prev 1 Next »