PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] spawn/system
Date: Friday, 13 Nov 2020, 07:07:33


    > Message Posted By: Unknown
    >
    > Would it be correct to think of system() as a spawn() of /bin/sh with
    > whatever command you input into the system call?

Only if spawn() also waits for the spawned process to
die and returns is status.

--Stan-
PREV INDEX NEXT