linux-programming-interface-exercises
linux-programming-interface-exercises copied to clipboard
My solutions to The Linux Programming Interface Exercises
Hi, I have a few quick questions about your implementation for this exercise. For your implementation of `setenv`: I think that the function as written currently could potentially cause a...
Hello, your ideas have impressed and helped me a lot. Thanks! [Exercise 9-5 answer](https://github.com/posborne/linux-programming-interface-exercises/tree/master/09-process-credentials#exercise-9-5) may have a mistake. ``` // setuid() /* suspend not possible */ /* resume not possible...
'dup2' should not check the validation of 'newfd'. close it directly and sliently.