On Tue, 16 Oct 2012 13:13:41 -0700 Devin Teske <devin.te...@fisglobal.com> wrote:
> When two files have the same inode, they are "hard links" to each other. > Unlike a "soft link" (or "symbolic link" as they are more appropriately > called), which stores a destination-path of the target, a hard link > instead looks and acts no different than the original in every way. A better way of thinking about it (ie. closer to reality) is that the inode entry is the file. When two directory entries both have the same inode number in them they refer to the same file. Crunchgen produces a file with a lot of names. -- Steve O'Hara-Smith <at...@sohara.org> _______________________________________________ freebsd-questions@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-questions To unsubscribe, send any mail to "freebsd-questions-unsubscr...@freebsd.org"