_____ is a system to make a file or directory visible in multiple parts of the…

2021

_____ is a system to make a file or directory visible in multiple parts of the system’s file tree in Linux operating system.

Answer: C. LinksThe correct answer is Option 3: Links. In the Linux operating system, links are used to create references to a file or directory in different locations within…

  1. A.

    Directories

  2. B.

    Special files

  3. C.

    Links

  4. D.

    Sockets

Attempted by 248 students.

Show answer & explanation

Correct answer: C

The correct answer is Option 3: Links.

In the Linux operating system, links are used to create references to a file or directory in different locations within the file system hierarchy. This allows the same file to be accessed from multiple paths without duplicating the actual data on the disk. There are two primary types of links:

  • Hard Links: These point directly to the inode of the file.

  • Symbolic (Soft) Links: These act like shortcuts that point to the filename/path of the original file.

A video solution is available for this question — log in and enroll to watch it.

Explore the full course: Rssb Senior Computer Instructor

Loading lesson…