Linux Soft and Hard links

Source: Internet
Author: User

There are two types of Linux links, one is a hard link and one is a symbolic link.

Hard Links:

A hard link is one that is done through an index node. In the Linux file system, files stored in a disk partition, regardless of type, assign a number to it, called the index node (Inode index). In Linux, multiple files point to the same index node, which is usually a hard link. The function of a hard link is to allow a file to have multiple valid pathname, so that users can establish hard links to important files, to prevent "accidental deletion." When deleting a file, deleting only one link does not affect the index itself and other links, only if the last link is deleted, the file's data block and directory link will be really released. That is, all the hard links and files associated with the file are deleted.

Soft Links:

Soft links are also known as symbolic links. A soft link file resembles a shortcut to Windows. He was in fact a special document. In a soft link, a file is actually a text file that contains the location information for another text.

Linux Soft and Hard links

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.