Link(function)

From LQWiki
Jump to navigation Jump to search

Link() function

A system function that creates a new name for an existing file by creating a new hard link to it. The new link can be in any directory on the same filesystem as the original. This restriction is necessary because inode numbers are used to create the connection, and they are only unique within a given filesystem.

See also