View the Most Wanted LQ Wiki articles.    
LinuxQuestions.org > Linux Wiki > Link(function)

From LQWiki

Jump to: navigation, 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



Personal tools
Sponsored Links