Jump to content

link (Unix)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by Katanzag (talk | contribs) at 10:55, 24 April 2007 (First version). The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.
(diff) ← Previous revision | Latest revision (diff) | Newer revision → (diff)


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