Which of the following is true about Hard Links in Unix file systems?

Which of the following is true about Hard Links in Unix file systems?

Answer: C. They increase the link count of a fileHard links are references to the data on the disk. They cannot link across file systems or to directories (only symbolic links can do this). They are not…

  1. A.

    They can link files across different file systems

  2. B.

    They can link directories

  3. C.

    They increase the link count of a file

  4. D.

    They are shortcuts to files

Attempted by 97 students.

Show answer & explanation

Correct answer: C

Hard links are references to the data on the disk. They cannot link across file systems or to directories (only symbolic links can do this). They are not shortcuts, but they do increase the link count of a file.

Explore the full course: Isro

Loading lesson…