Module unter Linux

#330291
Lesenswert?

Programme sind aber keine module g Unter modul hätte ich jetzt nen
kerneltreiber verstanden ;)

Schau dir mal wie von Thorsten vorgeschlagen die manpage zu system an:
man system

--------
...
#include <stdlib.h>

       int system(const char *command);

DESCRIPTION
       system()  executes  a  command  specified in command by calling
/bin/sh -c command, and returns after the command has been com-
       pleted.  During execution of the command, SIGCHLD will be
blocked, and SIGINT and SIGQUIT will be ignored...
--------

Bye, Simon

Antwort schreiben

Bitte melde dich an, um einen Beitrag zu schreiben.

oder

Mit Google-Account einloggen

Die Registrierung ist kostenlos und dauert nur eine Minute.

Jetzt registrieren