Loading...
#include <unistd.h>const char * argv [] = { "uname", "-a", NULL }; int ret = execve("/usr/bin/uname", const_cast<char**>(argv), NULL);