Jump to content

link (Unix)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by NapoliRoma (talk | contribs) at 23:26, 5 May 2007 (copyedit for punctuation, grammar, accuracy). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.


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