No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Dear all, i installed linux on my laptop few days ago, i have some questions that id appreciate if you gave me the asnwers 2 and make things clear 2 me . my first questions is : what source files implement the creation of new processes? second: What are the …
Hello guys, can anybody explain to me whats a simple batch processing facility ? i googled it but i couldnt understand anything. thanks .
Dear friends i happened to have the same problem as that of wonder_laptop i couldnt solve it. i used fork to create a child process but i didnt know how to take the line from the command line (which is trivial.data in this case) and make the child execute this …
here is an example of how you ask the user if he wants to play again boolean playAgain; // Record user's response when user is // asked whether he wants to play // another game. do { int scoreThisGame; // Score for one game. scoreThisGame = play(); // Play the …
hello guys how can i install the sources for a recent kernel?
hello friends :) well can anybody tell me why does this code [code=c] for (i = 0; i < 10; i++){ childpid = fork(); if (0 == childpid){ /* This is the line that is different in parts A and B. */ execlp("some_prog", "some_prog", (char *)0); exit(2); } else if …
The End.
peaceful_soul