摘要: 查询man 2 stat SYNOPSIS #include <sys/types.h> #include <sys/stat.h> #include <unistd.h> int stat(const char *path, struct stat *buf); //stat() stats th 阅读全文
posted @ 2017-03-23 17:06 AAAron 阅读(546) 评论(0) 推荐(0) 编辑
摘要: 查村man手册看到: NAME execl, execlp, execle, execv, execvp, execvpe - execute a file SYNOPSIS #include <unistd.h> extern char **environ; int execl(const cha 阅读全文
posted @ 2017-03-23 17:05 AAAron 阅读(366) 评论(0) 推荐(0) 编辑