Vidyalelo
Computer Science · Q449

Linux

Engineering and GATE · Computer Science · question 449

Q449

There are two hard links to the "file1" say hl and h2 and a softlink sl. What happens if we deleted the "file1"?

A.
We will still be able to access the file with hl and h2 but not with sl
Answer
B.
We will not be able to access the file with hl and h2 but with sl
C.
We will be able to access the file with any of hl, h2 and sl
D.
We will not be able to access the file with any of hl, h2 and sl

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board