父进程 - 翻译成英语

parent process
父 进程
父子 进程

在 中文 中使用 父进程 的示例及其翻译为 英语

{-}
  • Political category close
  • Ecclesiastic category close
  • Programming category close
新进程称为子进程,而原进程称为父进程
The created process is called the child process and the original process is called as the parent process.
Fork()系统调用从内核返回两次:一次返回到父进程,另一次返回到新产生的子进程。
The fork() system call returns from the kernel twice once in the parent process and again in the newborn child.
对于进程间通信,父进程通常会创建一个或多个管道,在fork进程之后,进程关闭它们不需要的管道端。
For interprocess communication, the parent process will often create a pipe or several pipes, and then after forking the processes will close the ends of the pipes that they don't need.
Shell是父进程
The shell is the parent process.
Systemd是所有进程的父进程
This process is the father to all the processes.
父进程ID不同。
Parent process ID are different.
它是所有子进程的父进程
This process is the father to all the processes.
每个进程都有一个父进程
Every process has a parent process.
PPID是父进程的标识号。
PPID is the Parent Process ID.
父进程的更改不会影响子进程。
Changes to the parent process does not affect child processes..
Init是系统所有进程的父进程
Init is the parent of all processes.
它的父进程的当前目录不会改变。
Its parent process's current directory would be unchanged.
它是系统其他所有进程的父进程
This process is a parent of all other processes.
父进程退出时,会收到SIGKILL信号*/.
The parent process receives a SIGKILL signal.
父进程及其他不相关的进程不受影响。
The parent process and any unrelated processes will not be affected.
当Firefox启动时的进程被称为父进程
The process that starts up when Firefox launches is called the parent process.
相反地,创建子进程的进程称为父进程
Any process that creates the child process is called the parent process.
检查ps-f这个命令列出进程ID和父进程ID。
Check ps-f example where this command listed both process ID and parent process ID.
进程号为1,它是所有进程的父进程
The process that has the identifier 1, and is the parent of all other processes.
但是,如果父进程为init进程,你不能结束它。
However, if the parent process is the init process, you should not kill it.
结果: 171, 时间: 0.0225

单词翻译

顶级字典查询

中文 - 英语