进程的父进程标识符(Parent Process ID),创立时间(Create Time),程序称号等在很多状况下也是本人们关怀的信息。本人们再看看进程相关的性能信息。
基于22个网页-相关网页
Linux 进程中最知名的属性就是它的进程号(Process Idenity Number,PID)和它的父进程号(parent process ID,PPID)。PID、PPID都是非零正整数。一个PID唯一地标识一个进程。一个进程创建新进程称为创建了子进程(
基于16个网页-相关网页
...行 $OLDPWD 上一次工作目录 $PWD 当前工作目录 $OSTYPE 操作系统类型如cygwin $PATH 搜索路径 $PPID 父进程ID(parent process id) $SECONDS 脚本已运行的秒数 $UID 当前用户ID $$脚本本身的进程ID $RANDOM 内部函数,生成(0-32767)整数 2.
基于12个网页-相关网页
Notice that the parent process id (PPID) in the first output of ps is 8619, which is the process id (PID) of the script.
注意:ps的第一个输出中的父进程id (PPID)为8619,这是脚本的进程id (PID)。
Although a parent process can access the process ID of its child process and can thus pass arguments to it, the reverse is false.
尽管父进程可以访问其子进程的进程ID并向它传递参数,但是反过来不行。
The first lists the user the process is running as, the second lists the ID of the process, and the third lists the ID of the parent of the process.
第一列列出用于运行该进程的用户身份,第二列列出进程的ID,第三列列出该进程的父进程id。
应用推荐