家庭作业
8.20
不需要你在环境变量里抓取name,只要用execve。
int main(int argc, char* args[]){ execve("/bin/ls", args, environ);
return 0;}