阅读背景:

rexec not found in HP UX

来源:互联网 

Simple program:

#include <sys/types.h>
#include <sys/socket.h>
#include <sys/ioctl.h>
#include <netinet/in.h>
#include <netdb.h>

int main(int argc, char **argv)
{
    int ret = rexec((char**) 0, "", "", "", 0);

    return 0;
}
#include <sys/types.h>
#inclu



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: