Fork() and exec() dont work

dberlin at gmail.com dberlin at gmail.com
Fri Nov 4 06:10:46 EST 2005


"""
fork( )

Fork a child process. Return 0 in the child, the child's process id in
the parent. Availability: (!!!) Unix (!!!). 
"""




More information about the Python-list mailing list