Copyright © tutorialspoint.com
Syntax
Definition and UsageForks a new process using the fork( ) system call. Any shared sockets or filehandles are duplicated across processes. You must ensure that you wait on your children to prevent "zombie" processes from forming. Return Value
ExampleFollowing are the usage...
|
Copyright © tutorialspoint.com