Content deleted Content added
this actually a pretty good article, save for lack of citation/refs |
m Dating maintenance tags: {{Refimprove}} |
||
Line 1:
{{refimprove|date=January 2014}}
A '''File Control Block''' ('''FCB''') is a file system structure in which the state of an open [[Computer file|file]] is maintained. An FCB is managed by the operating system, but it resides in the memory of the program that uses the file, not in operating system memory. This allows a program to have as many files open at one time as it wants to, provided it can spare enough memory for an FCB per file.
|