linux-programming-interface-exercises icon indicating copy to clipboard operation
linux-programming-interface-exercises copied to clipboard

My solutions to The Linux Programming Interface Exercises

Results 3 linux-programming-interface-exercises issues
Sort by recently updated
recently updated
newest added
trafficstars

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.