Search:

Type: Posts; User: tallan

Search: Search took 0.01 seconds.

  1. Replies
    6
    Views
    1,979

    start a shell in a child witch is waiting

    I want to start a shell oder sqlplus in the child witch execute the commandos from parent
    i dont want to start a new child for each commando or use exec(ls, ... ) each time

    is there a way to...
  2. Replies
    5
    Views
    3,000

    i have taken a look on "popen" but its the same...

    i have taken a look on "popen" but its the same problem i think or i dont get it....

    i want to run a commandline programm in the child like sh, bash or sqlplus
    and send commands from parent to...
  3. Replies
    5
    Views
    3,000

    hope you understand my english correct, it isnt...

    hope you understand my english correct, it isnt that good, with switch i mean i want to tell the child to sleep so the parent is working, like in





    #include <stdio.h>
    #include <unistd.h>...
  4. Replies
    5
    Views
    3,000

    inter process communcation, parent - child

    Hi there,

    i have a problem with the ipc, i want to start a shell in the child process
    like


    //child
    if (pid == 0){
    system("sh");
    }
Results 1 to 4 of 4