How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?

Posted by: Pdfprep Category: 101-500 Tags: , ,

Consider the following output from the command ls Ci:

How would a new file named c.txt be created with the same inode number as a.txt (Inode 525385)?
A . ln Ch a.txt c.txt
B . ln c.txt a.txt
C . ln a.txt c.txt
D . ln Cf c.txt a.txt
E . ln Ci 525385 c.txt

Answer: C

Leave a Reply

Your email address will not be published.