You may omit the /path/to/link_name
to have a link with the same filename appear in the current directory
ln -s /path/to/file /path/to/link_name
unlink link_name // to remove the link and not where it is pointing at
Posted by Martin Straub to makandra dev (2010-09-07 08:01)