PREV INDEX NEXT

Author: Unknown
Subject: global files
Date: Friday, 13 Nov 2020, 01:45:46

How does the sytem keep track of how much of the file has been read so far? For example, if one process reads part of the file, then the file would be "advanced" by the number of bytes read by the first process and a second process would not be able to read those. Is that kept track in the global file table in some sort of struct?
PREV INDEX NEXT