I have found that the usage is
ln -s /Users/apple/Desktop/demo.html /Users/apple/demo.html
it"s just a problem.
I have set up a project
in bitbucket. The name may be xxx-web
, so I will change to
/ user/xxx/xxx-web/
my target source is / var/www/release/
so I do this
ln -s /user/xxx/xxx-web/ /var/www/release/
this connection is successful
, but it will become like this
/var/www/release/xxx-web/
I want the name of the project not to show the
direct link / var/www/release/, but not another file
. How can this be realized?