I’m doing an university project where storing files in an array of pointers indexed by their file descriptors is required. I know file descriptors 0 to 2 are stdin, stdout and stderr respectively but i do not know what file descriptors 3-5 are named.
2