link --
create hard or symbolic link between files
Syntax
link [-sym] srcpath destpath
Description
Creates a directory entry, destpath, linking it to the existing file,
srcpath. If -sym is specified, a symbolic link, rather than
a hard link, is created. (The -sym option is only available
on systems that support symbolic links.)