正确的 pid 文件使用

发布于 2024-08-28 12:30:11 字数 58 浏览 5 评论 0原文

我不清楚 pid 文件的需求和用法,我想知道 pid 文件的正确用法是什么以及围绕它的最佳实践是什么。

I am unclear on the need and the usage of a pid-file and I wanted to know what is the correct usage of a pidfile and what are the best practices surrounding it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

小嗲 2024-09-04 12:30:11

在Linux中,通常在/var/run中列出了所有当前正在运行的进程的pid文件,显然它们包含进程ID。因此,当您使用像 ps aux 这样的命令时,它们将进程 ID (PID) 列为一列,您可以将它们用作比较的基础

in linux, typically in /var/run there are pidfiles listed for all currently running processes and they contain, obviously, the process id. so when you use commands like ps aux, and they list the process id (PID) as a column, you may use them as a base of comparison

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文