The Linux Kernel API | ||
---|---|---|
<<< Previous | Next >>> |
pathname for the application
null-terminated argument list
null-terminated environment list
wait for the application to finish and return status.
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.
<<< Previous | Home | Next >>> |
request_module | Up | Inter Module support |