Web Developer Cookbook
Home
About This Blog
Showing posts with label
symbolic link
.
Show all posts
Showing posts with label
symbolic link
.
Show all posts
Sunday, June 5, 2011
How to add softlink in linux
command: ln -s <target> <the link>
example: ln -s /var/log /home/someone/log
Remarks:
<the link> should not exist, if <the link> exist, then remove it first.
Older Posts
Home
Subscribe to:
Posts (Atom)