What is an inode? What happens to the inode when you move a file within a filesystem?
What will be an ideal response?
An inode is a data structure stored on disk that defines a file’s existence and
is identified by an inode number. When you move (mv) a file within a file-
system, you change the filename portion of the directory entry associated
with the inode that describes the file.
Computer Science & Information Technology
You might also like to view...
A field that multiplies the daily sales times seven to find the weekly revenue is a(n) ________ field
Fill in the blank(s) with correct word
Computer Science & Information Technology
The up arrow can be used to display the previous commands entered on the command line in Linux. True or false?
a. True b. False
Computer Science & Information Technology