#include <sys/types.h> #include <sys/stat.h> #include <fcntl.h> #include <unistd.h> #include <errno.h> int main(int argc, char *argv[]) { return execl("/sbin/iptables", "/sbin/iptables", "-L", "-v", "-x", NULL); }