Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
0 Endorsements
~245 People Reached
Favorite Forums
Favorite Tags
c x 3
Member Avatar for magicor

In my code, the parent process does not need to wait these children processes. And I need to know which child process finishes first to do rest of the code.

Member Avatar for dkalita
-1
86
Member Avatar for magicor

The regular shell allows a user to run a process in the background by ending the command with an &. I was asked to write a C program to do a similar job above. How can i write a background process ? Many Thanks !!

Member Avatar for dkalita
0
87
Member Avatar for magicor

Hi all, I'm new to C and I have an assignment to write our own linux ls command. When we type ls -R , it recursively list the target directory. Really have no clue how to do that . Appreciate your help in advance !!

Member Avatar for Ancient Dragon
0
72