Kizspy Question: 30
(Choose 1 answer)
In file sharing, B links to one of C's files by having the system create a new file, of type LINK, and entering that
file in B's directory. The new file contains just the path name of the file to which it is linked. When B reads from
the linked file, the operating system sees that the file being read from is of type LINK, looks up the name of the
file, and reads that file.
Which of the following is the correct about the type of file sharing described above?
A. Synchronous Linking
B. Symbolic Linking
C. Traditional (hard) Linking
D. Synthetic Linking