link (Unix)
Appearance
link is a command line utility written for use with the Unix-like operating systems. It directly interfaces the system call link() and creates an hard link. It can be run only by privileged user. As from Solaris manpage, it differs from ln command because it doesn't perform error check.
Common use:
$ link <existing filename> <newfilename> ...
See also