摘要: 1.1 六种exec函数 有6种不同的exec函数可供使用,这些函数最终都是通过系统调用execve来实现的: 1 <unistd.h> 2 int execl(const char *pathname, const char *arg1, ... /* (char*)0 */ ); 3 int e 阅读全文
posted @ 2020-06-13 10:29 olddriver555111 阅读(276) 评论(0) 推荐(0)