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.

No comments:

Post a Comment