On Thu, 28 Jun 2001, Michael J Clark wrote:

> Any ideas on hot to easily call an outside program from the kernel (like 
> system(), exec()....)  Is this possible?  Thanks
> 
> Mike
> -

Look through the drivers and check upon "kernel_thread()". This shares
the process context of 'init' so you can do a lot of "user-mode" things
in the kernel. But.... beware.... User mode stuff should be done in
user-mode, not in the kernel.


Cheers,
Dick Johnson

Penguin : Linux version 2.4.1 on an i686 machine (799.53 BogoMips).

    I was going to compile a list of innovations that could be
    attributed to Microsoft. Once I realized that Ctrl-Alt-Del
    was handled in the BIOS, I found that there aren't any.


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to