Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~752 People Reached
Favorite Tags
Member Avatar for peaceful_soul

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 …

Member Avatar for 1337455 10534
0
68
Member Avatar for peaceful_soul

Hello guys, can anybody explain to me whats a simple batch processing facility ? i googled it but i couldnt understand anything. thanks .

Member Avatar for alexander()
0
155
Member Avatar for wonder_laptop

i wrote a program called trivial.c that takes an integer "time" from the command line and does nothing but loop for 5 times and sleep for "time" seconds in each iteration. the loop looks something like this : for(i=0; i<5; i++) { sleep(time); } then a file trivial.data that contains …

Member Avatar for peaceful_soul
0
96
Member Avatar for brinze

I have been helped here once before. I got the info I needed to solve my issues. I'm a beginner and this online class I'm taking is killing me. This assignment involves the use of loops, most likely do-while, and possibly others. Essentially the program is to have the user …

Member Avatar for wonder_laptop
0
156
Member Avatar for peaceful_soul
Member Avatar for John A
0
164
Member Avatar for peaceful_soul

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 …

Member Avatar for peaceful_soul
0
113