106  .  ++-   

 ,    :

       ;

 ;

 ,   :

 ;

   ;

 ;

 ,    :

  ;

  ;

 ,    :

  ;

   .

        
 .      , -
      . , 
      ,    , 
    ,    -
 ;      
( ).     ,    
,   ;     -
    .     -
        
.    ,    ,
       -
,   "",     .   -
         -
 .       3.6.

//  3.6.    

//               .   

//               

^include <spawn.h>
ttinclude <stdlib.h>
^include <stdio.h>
#include <sys/wait.h>
^include <errno.h>
^include <unistd.h>

int main(void)

{

posix_spawnattr_t Attr;

posix_spawn_file_actions_t FileActions ;

pid_t Pid;

int stat;