| Index: > A B C D E F G H I J K L M N O P Q R S T U V W X Y Z |
|
|||||
Under Unix, the PID is returned by the fork() system call to both the parent and child processes, so that a process can tell which it is.
The PID can be passed to wait() or kill() to perform actions on the given process.
This article was originally based on material from the Free On-line Dictionary of Computing, which is used under the GFDL.