InterviewSolution
Saved Bookmarks
| 1. |
In UNIX, the file name and file size are stored in the file itself.(a) True(b) FalseI got this question in class test.My question is from Categories of Files in division The File System of Unix |
|
Answer» RIGHT CHOICE is (B) False Explanation: A UNIX file’s size is not stored in the file, nor its name. All this information is stored separately in a SEPARATE area of hard disk which is not DIRECTLY accessible to humans, but only to the kernel. |
|