Why Linux Must Close File Descriptors Before a Filesystem Can Stall
A file descriptor is the numbered handle a running program uses to access an open file or similar resource. Linux can mark it to close automatically when the program replaces itself through exec(). That cleanup can involve waiting for a filesystem, which makes its timing important.LinuxSecurity – Security ArticlesRead More