The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
Can a child process return a specific value to a parent process ?
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
Can a child process return a specific value to a parent process ?
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
2
(
permalink
)
04-07-2008
era
Herder of Useless Cats
Join Date: Mar 2008
Location: /there/is/only/bin/sh
Posts: 3,094
wait () returns the exit code from a child.
By definition, there are two processes communicating here, so even this is a form of IPC.
era
View Public Profile
Visit era's homepage!
Find all posts by era