File Control Block
http://dbpedia.org/resource/File_Control_Block an entity of type: Abstraction100002137
El File Control Block (bloc de control d'arxius) o FCB és una estructura de sistema d'arxius en el qual es manté l'estat d'un fitxer obert. El FCB s'origina del CP/M, i també està present en la majoria de les variants del DOS. Un FCB complet té 36 bytes de longitud; a les primeres versions de CP/M, era de 33 bytes. Els significats dels diversos camps del FCB difereixen entre CP/M i MS-DOS, i també depenent de quina operació s'està realitzant. Els següents camps tenen un significat coherent:
rdf:langString
Ein File Control Block ist eine temporäre Datenstruktur zur Verwaltung von geöffneten Dateien bei bestimmten Betriebssystemen.
rdf:langString
El FCB ("File control block", en español "Bloque de control de archivo") es el método utilizado en el sistema operativo MS-DOS de Microsoft para mantener información en memoria de un archivo abierto antes de que existiesen los directorios.
rdf:langString
A File Control Block (FCB) is a file system structure in which the state of an open file is maintained. A 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 process to have as many files open at one time as it wants, provided it can spare enough memory for an FCB per file. The meanings of several of the fields in the FCB differ between CP/M and DOS, and also depending on what operation is being performed. The following fields have consistent meanings:
rdf:langString
rdf:langString
File control block
rdf:langString
File Control Block
rdf:langString
File control block
rdf:langString
File Control Block
xsd:integer
1269014
xsd:integer
1116761064
rdf:langString
y
rdf:langString
May 2019
rdf:langString
El File Control Block (bloc de control d'arxius) o FCB és una estructura de sistema d'arxius en el qual es manté l'estat d'un fitxer obert. El FCB s'origina del CP/M, i també està present en la majoria de les variants del DOS. Un FCB complet té 36 bytes de longitud; a les primeres versions de CP/M, era de 33 bytes. Els significats dels diversos camps del FCB difereixen entre CP/M i MS-DOS, i també depenent de quina operació s'està realitzant. Els següents camps tenen un significat coherent:
rdf:langString
Ein File Control Block ist eine temporäre Datenstruktur zur Verwaltung von geöffneten Dateien bei bestimmten Betriebssystemen.
rdf:langString
A File Control Block (FCB) is a file system structure in which the state of an open file is maintained. A 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 process to have as many files open at one time as it wants, provided it can spare enough memory for an FCB per file. The FCB originates from CP/M and is also present in most variants of DOS, though only as a backwards compatibility measure in MS-DOS versions 2.0 and later. A full FCB is 36 bytes long; in early versions of CP/M, it was 33 bytes. This fixed size, which could not be increased without breaking application compatibility, led to the FCB's eventual demise as the standard method of accessing files. The meanings of several of the fields in the FCB differ between CP/M and DOS, and also depending on what operation is being performed. The following fields have consistent meanings: The 20-byte-long field starting at offset 0x0C contained fields which (among others) provided further information about the file: Further values were used by newer versions of DOS until new information could no longer fit in these 20 bytes. Some preceding "negative offset" bytes were squeezed from reserved spaces in CP/M Zero Page and DOS Program Segment Prefix for storing file attributes.
rdf:langString
El FCB ("File control block", en español "Bloque de control de archivo") es el método utilizado en el sistema operativo MS-DOS de Microsoft para mantener información en memoria de un archivo abierto antes de que existiesen los directorios.
xsd:nonNegativeInteger
18105