子进程是计算机术语。
子进程(child process):当前执行的进程创建的进程; 父进程(parent process):已创建一个或多个的子进程的当前执行的进程;
基于2482个网页-相关网页
命令,和exec一样都是bash的内部命令.source命令指在当前进程中执行参数文件中的命令,而不是另起一个子进程(sub-shell).sub-shell和它的父进程唯一的区别是,他们的pid不一样.而e
基于20个网页-相关网页
...别是指向原始父进程(original (original parent) parent)、父进程 、父进程(parent) (parent)、子进程 、子进程 (youngest child) (youngest child)及新老兄弟进程 及新老兄弟进程 (younger sibling, older sibling) (younger sibling, older sibling)的指针。
基于16个网页-相关网页
还需要处理包含子进程的脚本。
Scripts that contain child processes also need to be addressed.
代码实现通过共享内存段通信的父进程和子进程。
The code implements a parent and child process that communicates via a shared memory segment.
在产生进程时,子进程从父进程复制能力集。
When a process forks, the child's capability sets are copied from the parent.
应用推荐