#include #include #include int main() { setuid(0); char *command = "/sbin/shutdown"; execl(command, command, NULL); return 0; }