Changing the process ID (PID) in Linux

前端 未结 2 1438
不思量自难忘°
不思量自难忘° 2021-01-21 15:51

Is it possible to change the PID in Linux? If anyone know, please tell me.

Requirement: actually I want to bring up the back ground process to foreground, which is bein

2条回答
  •  渐次进展
    2021-01-21 16:30

    Short answer: No.

    Long answer: pocess id's(PID) are generated by the system, and are unique, and generated when the app starts. You cannot control the way they are generated...

提交回复
热议问题