Printer Friendly
Dictionary, Encyclopedia and Thesaurus - The Free Dictionary
3,901,617,178 visitors served.
forum Join the Word of the Day Mailing List For webmasters
?
Dictionary/
thesaurus
Medical
dictionary
Legal
dictionary
Financial
dictionary
Acronyms
 
Idioms
Encyclopedia
Wikipedia
encyclopedia
?

hard link
(redirected from Hard links)

   Also found in: Wikipedia 0.01 sec.
(file system)hard link - One of several directory entries which refer to the same Unix file. A hard link is created with the "ln" (link) command:

ln

where and are pathnames within the same file system. Hard links to the same file are indistinguishable from each other except that they have different pathnames. They all refer to the same inode and the inode contains all the information about a file.

The standard ln command does not usually allow you to create a hard link to a directory, chiefly because the standard rm and rmdir commands do not allow you to delete such a link. Some systems provide link and unlink commands which give direct access to the system calls of the same name, for which no such restrictions apply.

Normally all hard links to a file must be in the same file system because a directory entry just relates a pathname to an inode within the same file system. The only exception is a mount point.

The restrictions on hard links to directories and between file systems are very common but are not mandated by POSIX. Symbolic links are often used instead of hard links because they do not suffer from these restrictions.

The space associated with a file is not freed until all the hard links to the file are deleted. This explains why the system call to delete a file is called "unlink".

Microsoft Windows NTFS supports hard links via the fsutil command.

Unix manual page: ln(1).

http://microsoft.com/windowsxp/home/using/productdoc/en/fsutil_hardlink.asp.


Want to thank TFD for its existence? Tell a friend about us, add a link to this page, add the site to iGoogle, or visit the webmaster's page for free fun content.
?Page tools
Printer friendly
Cite / link
Feedback
Mentioned in?  References in periodicals archive?   Encyclopedia browser?   Full browser?
No references found
 
The sole of the 60 degree wedge has been ground down to almost 0 bounce so this is the ideal club for hard links fairways.
1 enhancements, in addition to S/390 Linux Rescuer, add support for file-level backup/restore of FIFO and device files, expanding the capability of UPSTREAM to protect all existing Linux file types including hard links, symbolic links, owners, single file systems, Reiser file systems as well as ext2, ext3, XFS and remote NFS attachments.
FDR/UPSTREAM provides extensive support for Linux including advanced UNIX file system specific features include hard links, symbolic links, owners, single file system support, support for Reiser file system as well as ext2, ext3, GFS, MAPFS, GPFS and remote NFS attachments.
 
 
 
Encyclopedia
?

Terms of Use | Privacy policy | Feedback | Advertise with Us | Copyright © 2012 Farlex, Inc.
Disclaimer
All content on this website, including dictionary, thesaurus, literature, geography, and other reference data is for informational purposes only. This information should not be considered complete, up to date, and is not intended to be used in place of a visit, consultation, or advice of a legal, medical, or any other professional.