Computer Science, asked by voney3850, 1 year ago

What will happen if you create a hard link to a text file and delete the fikle?

Answers

Answered by khushi769
0

When you delete ( rm ) a link the counter is decremented ( reduced ) by one. If the link counter reaches 0 the filesystem removes the inode and marks the space as available for use. In short, as long as you do not delete the last link the file will remain.

Similar questions