CALL_USERMODEHELPER
Section: (9)
Updated: 09 April 2004
Index
Return to Main Contents
NAME
call_usermodehelper - start a usermode application
SYNOPSIS
int call_usermodehelper (char * path, char ** argv, char ** envp, int wait);
ARGUMENTS
- path
-
pathname for the application
- argv
-
null-terminated argument list
- envp
-
null-terminated environment list
- wait
-
wait for the application to finish and return status.
DESCRIPTION
Runs 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).
Must be called from process context. Returns a negative error code
if program was not execed successfully, or 0.
ABOUT THIS DOCUMENT
This documentation was generated with kernel version 2.6.0.
Index
- NAME
-
- SYNOPSIS
-
- ARGUMENTS
-
- DESCRIPTION
-
- ABOUT THIS DOCUMENT
-
This document was created by
man2html,
using the manual pages.
Time: 09:51:02 GMT, April 09, 2004