start_command
int start_command(const char *, sigset_t *, int, int, ...);
switch (pid = start_command(cmd, &nset, p[READ], fileno(fo), NULL)) {
pid = start_command(shellcmd, &nset,
pid = start_command(shellcmd, &nset, fd0, fd1, "-c", cmd, NULL);