Q. When the following command $ mv file1 file2 is executed which file inode is released?
β
Correct Answer: (B)
file2
Explanation: Renaming a file in Linux releases the inode number to be reused, in this case the inode of “file2” will be released.