LPI Exam Questions

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

Consider the following output from the command ls –i:

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

A. ln –h a.txt c.txt
B. ln c.txt a.txt

C. ln a.txt c.txt

D. ln –f c.txt a.txt
E. ln –i 525385 c.txt