Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要将一个进程置于一个不间断的状态,该状态将保持很长一段时间。
据我了解,我需要找到不允许被中断的系统调用,然后将其停止,使其无限期地保持在无法杀死的状态。
有什么方法可以做到这一点?