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.
我想从 Linux 中的 procfs 获取 jobid。我在 /proc//status 文件中只看到 Pid 、 Ppid 。但我也需要jobid。请让我知道是否有办法获取信息。
谢谢 !
如果您指的是 shell 中的作业 ID,则此信息只有创建作业的 shell 才知道。内核没有“作业 ID”的概念,因此不会跟踪它们,也不会通过 procfs(或任何其他方法)公开它们。