摘要:
1、system(执行shell 命令)相关函数:fork,execve,waitpid,popen表头文件:#include<stdlib.h>函数原型:int system(const char * string);函数说明 :system()会调用fork()产生子进程,由子进程来调用/bin 阅读全文
posted @ 2021-11-16 17:07
DoubleLi
阅读(1047)
评论(0)
推荐(0)