![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Parent child Relation !! using awk/sed ??? | varungupta | UNIX for Advanced & Expert Users | 0 | 01-29-2008 02:24 PM |
| exiting a child without stopping the parent | madpenguin | Shell Programming and Scripting | 5 | 09-19-2007 11:45 PM |
| Parent/Child Processes | yoi2hot4ya | Shell Programming and Scripting | 2 | 05-31-2006 02:27 PM |
| kill parent and child | larry | UNIX for Dummies Questions & Answers | 4 | 01-12-2003 12:18 AM |
| How hard can it be? ps child/parent | velde046 | Filesystems, Disks and Memory | 2 | 05-25-2002 05:36 PM |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
||||
|
what are parent and child processes all about?
I don't follow what these are...
this is what my text says... "When a process is started, a duplicate of that process is created. This new process is called the child and the process that created it is called the parent. The child process then replaces the copy for the code the parent process created with the code the child process is supposted to execute." The last sentance confuses me the most. Actually the entire thing confsues me. Why is a child process started anyways? Why does the parent process spawn a child process in the first place? And what's all this code copy stuff all about? The next paragraph states... "While the command is executing, the shell waits until the child process has completed. After is completes, the parent process terminates the child process, and a prompt is displated, ready for a new command" Why does this happen? I guess it goes back to my confusion about why the child process is created in the first place. |
| Bookmarks |
| Tags |
| grep or |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|