int system(const char* cmd);
Executes the command cmd within a new shell process. Returns the exit status of the command.
bash, execve, fork, interactive_bash, interactive_sh, sh