Recall that each process has a parent, and you can trace this family tree of sorts all the way back to PID 1, otherwise known as init.
记住,每个进程都有父进程,并且您可以跟踪从每个子进程一直到PID1(或称为init)的整个进程家族树。
This code is included in the init method of the sample portlet (see Listing 1).
示例Portlet的init方法中包括以下代码(参见清单1)。
As defined in Listing 1, initdefault specifies that the default init level is 2 (multi-user mode).
正如清单1定义的一样,initdefault指定默认的init级别是2(多用户模式)。
The AIX kernel loads the process init as process identifier (PID) 1.
AIX内核为进程init分配进程标识符(PID)1。
After these file systems have been mounted, init is replaced with init on the disk as PID 1, and the RAM is cleared.
挂载这些文件系统后,init被替换为磁盘上的init,pid为1,并清除内存。
The original process that kicks this off is called init, and it is always given a PID of 1.
最初创建进程的原始进程名为init,它始终被赋予PID1。
Because the first process created in GNU/Linux is the init process, it has a process-id of 1.
由于在GNU/Linux中创建的第一个进程是init 进程,因此它的process-id 为 1。
Well, if we are being started by the kernel during the boot process, we'll always have a PID of 1, since PID 1 is reserved for the init process.
如果是在引导期间,则bash是由内核启动的,由于PID1是为init进程保留的,所以将总会得到pid为1。
Well, if we are being started by the kernel during the boot process, we'll always have a PID of 1, since PID 1 is reserved for the init process.
如果是在引导期间,则bash是由内核启动的,由于PID1是为init进程保留的,所以将总会得到pid为1。
应用推荐