#include int main(int argc, char *argv[]) { setuid(0); setgid(0); execv("whoami", argv); }