A file descriptor or file control block is a control block containing information the system needs to manage a file. A typical file descri...
A file descriptor or file control block is a control block containing information the system needs to manage a file.
A typical file descriptor might include
A typical file descriptor might include
- symbolic file name
- location of file in secondary storage
- file organization (Sequential, indexed sequential, etc.)
- device type
- access control data
- type (data file, object program, c source program, etc.)
- disposition (permanent vs temporary)
- creation date and time
- destroy date
- date and time last modified
- access activity counts (number of reads, for example)