Go to the first, previous, next, last section, table of contents.


Links

There are two ways that files can be linked together. Symbolic links are a special type of file whose contents are a portion of the name of another file. Hard links are multiple directory entries for one file; the file names all have the same index node (inode) number on the disk.


Go to the first, previous, next, last section, table of contents.