create and remove a linke

Hi,
are these correct :
1-to create a link :
ln -s source target
2-to remove it :
rm target
many thanks before.

Thats looks fine.

Yes. That is correct. Just one thing, when you mention the source file, use the full path. I read somewhere that it is better from the security point of view.

what u have done is correct.....

just one pitfall for HARD links, dont create hard links for files across filesystems.... they can only be created for files in the same FS