Roland Mainz wrote: > Is there any efficient way (e.g. except |open()|+|dup2()|) to |open()| a > file but get a file descriptor number >= 500 (or any other value) ?
I would think that most everyone would think that open + dup2 is plenty efficient. I know of no single system call.
