你的位置:首页 > 软件开发 > 操作系统 > unix/linux进程详解——代码

unix/linux进程详解——代码

发布时间:2015-10-21 12:00:09
#include <iostream>#include <vector>#include <cstdint>#include <cstring>#include <error.h>#include <unistd. ...

#include <iostream>using namespace std;    //eg env    //possible exec    //execv("/bin/ps",ps_argv);//    execlp("ps","ps","ax",0);   pid_t new_pid;    new_pid = fork();#include <cstdint>#include <unistd.h>using namespace std;int main()    pid = fork();    //cout << pid << endl;    switch (pid) {    for(; n > 0;n--)

 

#include <iostream>#include <cstdint>#include <unistd.h>using namespace std;int main()    pid = fork();    //cout << pid << endl;    switch (pid) {        n=5;    for(; n > 0;n--)    if(pid != 0)        child_pid = wait(&stat_val);        printf("child has finished: PID = %d\n",child_pid);

原标题:unix/linux进程详解——代码

关键词:linux

*特别声明:以上内容来自于网络收集,著作权属原作者所有,如有侵权,请联系我们: admin#shaoqun.com (#换成@)。

可能感兴趣文章

我的浏览记录