I need to create 6 processes using fork. i m very blur on creating process using the fork function. please explain to me.
thank you.
Printable View
I need to create 6 processes using fork. i m very blur on creating process using the fork function. please explain to me.
thank you.
Well it's really not that hard. Just put the words fork and example into google and you get this http://www.amparo.net/ce155/fork-ex.html starting point as the first hit...