File descriptors and its purposes
The descriptor can be thought of as a pointer that references the actual file data in memory.
A file descriptor is a number that uniquely identifies an open file within a process. This means that if process-a is using file-a and in the file descrip...
padiyar.hashnode.dev2 min read