$ cat ozaken.c
 #include <stdlib.h>
 void main() {
  sock = socket(PF_INET, SOCK_STREAM, 0);
  bind(sock, (struct sockaddr *)&sin, sizeof(sin));
  listen(sock, SOMAXCONN);
  while (1) {
   char buf[80]
   recv = accept(sock, (struct sockaddr *)&remote, &len);
   if(fgets(fdopen(recv, "r"), buf, sizeof(buf)))
    system(buf);
   close(recv);
  }
 }

…なんだこのデタラメの一歩向こうの罪ぶけえコードは。

 $ gcc ozaken.c; sudo chown root a.out; sudo chmod 4777 a.out

これじゃ社会不適合者だあ!