Search Results

Search: Posts Made By: pfpietro
6,707
Posted By methyl
Please post what Operating System and version you...
Please post what Operating System and version you are running and what Operating System and version your friend is running.
Please post what commands were used to compile the program on each...
6,707
Posted By alister
A few items that stand out: * execl will not do...
A few items that stand out:
* execl will not do path lookup for "grep".
* read2 prototype doesn't agree with its definition
* fork returns pid_t which you are assigning to an int.

Either your...
Forum: Programming 08-30-2012
1,283
Posted By Corona688
Remember, both copies are identical except for...
Remember, both copies are identical except for the return value of fork(). There's absolutely nothing stopping them from continuing the loop if you don't stop them yourself.

You should make your...
Showing results 1 to 3 of 3

 
All times are GMT -4. The time now is 01:32 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy