Best Regards,
Daniel (Youngwhan) Song
On Sun, Nov 15, 2009 at 7:26 PM, askb <askb23@xxxxxxxxx> wrote:
On Sun, 2009-11-15 at 17:26 -0800, Daniel (Youngwhan) Song wrote:Following facilitates calling a user space function from a kernel
> Hi,
>
> I am just curious that if it is possible to launch user application,
> say, "ls" or "ps", in kernel space.
>
module:
int call_usermodehelper(char *path, char **argv, char **envp, enum
umh_wait wait)
Here is a sample program:
> If it is possible, could you share how it can be achieved?
>
http://people.ee.ethz.ch/~arkeller/linux/kernel_user_space_howto.html#s7
Thanks,
Anil