Explain system-wide open-file and per-process open-file
The system-wide open-file table have a copy of the FCB of each open file, as well as other information.
The per-process open-file table have a pointer to the appropriate entry in the system wide open-file table as well as other information.