語言選擇:
免費網上英漢字典|3Dict

process identifier

資料來源 : Free On-Line Dictionary of Computing

process identifier
     
         (PID) An integer used by the {Unix}
        {kernel} to uniquely identify a process.  PIDs are returned by
        the {fork} {system call} and can be passed to wait() or
        kill() to perform actions on the given process.
     
        (1996-12-09)
依字母排序 : A B C D E F G H I J K L M N O P Q R S T U V W X Y Z