Help for this page
#include <unistd.h> #include <stdio.h> ... execl("sadlfjsdf", "foo"); printf("%s\n", strerror(errno)); }