link (Unix)
Appearance
link is a command line utility included with Unix-like operating systems. It directly interfaces the system call link() and creates a hard link. It can be run only by privileged users. As described by the Solaris manpage, it differs from the ln utility as it does not perform error checking before invoking the ln call.
Common use:
$ link <existing filename> <newfilename>
See also