Closed manasmulay closed 2 years ago
What needs to be fixed? Please be specific as possible and add a link to the relevant file/lines.
Wrt file-descriptor table https://www.omscs-notes.com/information-security/access-control/#how-does-the-os-implement-acl
This table holds pointers to the inode table and contains all of the files currently being accessed by the given file.
being accessed by the given file. should be being accessed by the given process.
being accessed by the given file.
being accessed by the given process.
Can you submit a PR please?
Fixed.
What needs to be fixed? Please be specific as possible and add a link to the relevant file/lines.
Wrt file-descriptor table https://www.omscs-notes.com/information-security/access-control/#how-does-the-os-implement-acl
This table holds pointers to the inode table and contains all of the files currently being accessed by the given file.
being accessed by the given file.
should bebeing accessed by the given process.