Multiple choice ______ count indicates the number of references to a given file. Reference Usage File None of these Reveal answer Fill a bubble to check yourself A Correct answer Explanation In file systems, a reference count keeps track of the number of hard links or directory entries pointing to a specific file inode. When the reference count drops to zero, the file data can be safely deleted.