Man Page: call_usermodehelper
Operating Environment: centos
Section: 9
CALL_USERMODEHELPER(9) Module Support CALL_USERMODEHELPER(9)NAMEcall_usermodehelper - prepare and start a usermode applicationSYNOPSISint call_usermodehelper(char * path, char ** argv, char ** envp, int wait);ARGUMENTSpath path to usermode executable argv arg vector for process envp environment for process 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.DESCRIPTIONThis function is the equivalent to use call_usermodehelper_setup and call_usermodehelper_exec.COPYRIGHTKernel Hackers Manual 3.10 June 2014 CALL_USERMODEHELPER(9)
| Related Man Pages |
|---|
| isaexec(3c) - opensolaris |
| isaexec(3c) - sunos |
| isaexec(3c) - suse |
| isaexec(3c) - x11r4 |
| isaexec(3c) - posix |
| Similar Topics in the Unix Linux Community |
|---|
| Is UNIX an open source OS ? |
| DB2 convert digits to binary format |
| CentOS7 restoring file capabilities |
| Unsure why access time on a directory change isn't changing |
| Controlling user input |