Query: call_usermodehelper_exec
OS: centos
Section: 9
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
CALL_USERMODEHELPER_(9) Module Support CALL_USERMODEHELPER_(9)NAMEcall_usermodehelper_exec - start a usermode applicationSYNOPSISint call_usermodehelper_exec(struct subprocess_info * sub_info, int wait);ARGUMENTSsub_info information about the subprocessa wait wait for the application to finish and return status. when UMH_NO_WAIT 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 3.10 June 2014 CALL_USERMODEHELPER_(9)
| Related Man Pages |
|---|
| usb_bulk_msg(9) - centos |
| usb_control_msg(9) - centos |
| libssh2_session_block_directions(3) - centos |
| wait(2) - v7 |
| wait(2) - plan9 |
| Similar Topics in the Unix Linux Community |
|---|
| How to increment version inside a file? |
| Tar Command |
| Docker learning Phase-I |
| [TIP] Processing YAML files with yq |
| Please Welcome Dave Munro to the Moderator Team! |