I've tried to invoke ln in directory ~/download as this:
ln -s ./abc ~/abc [EDITED]
but it does't work.
I do ls -al in my home and get wrong link of abc.
ln [OPTION]... [-T] TARGET LINK_NAME (1st form)
So my question here is: Does ln need full path of the target? I didn't find any document or hint in the man page. If so, where can I get further information.