Man Page: call_usermodehelper_exec
Operating Environment: suse
Section: 9
CALL_USERMODEHELPER_(9) Module Support CALL_USERMODEHELPER_(9)NAMEcall_usermodehelper_exec - start a usermode applicationSYNOPSISint call_usermodehelper_exec(struct subprocess_info * sub_info, enum umh_wait wait);ARGUMENTSsub_info information about the subprocessa wait wait for the application to finish and return status. when -1 don't wait at all, but you get no useful error back when the program couldn't be exec'ed. This makes it safe to call from interrupt context.DESCRIPTIONRuns a user-space application. The application is started asynchronously if wait is not set, and runs as a child of keventd. (ie. it runs with full root capabilities).COPYRIGHTKernel Hackers Manual 2.6. July 2010 CALL_USERMODEHELPER_(9)
| Related Man Pages |
|---|
| usb_bulk_msg(9) - suse |
| usb_control_msg(9) - suse |
| explain_wait_or_die(3) - debian |
| libssh2_session_block_directions(3) - debian |
| waitid(2) - hpux |
| Similar Topics in the Unix Linux Community |
|---|
| How to restrict user to a specific directory in solaris 10 |
| Update kernel Linux without reboot?! |
| SOCKS proxy & PAM configuration exposure |
| Tar Command |
| 32 bit process addressing more than 4GB |