在哪里可以找到“rebo​​ot”的源代码?命令?

发布于 2024-10-11 06:00:28 字数 1539 浏览 5 评论 0 原文

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

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

发布评论

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

评论(2

时光礼记 2024-10-18 06:00:29

在 RHEL / CentOS 上至少它位于 SysVinit 包中。您可以通过

which reboot

查找可执行文件来确定这一点 - 对我来说它位于 /sbin/reboot 中 - 然后

rpm -qf /sbin/reboot

找出它位于哪个包中。然后您应该能够从任何 CentOS 镜像下载 SRPM,例如 http://www.mirrorservice.org/sites/mirror.centos.org/5.5/操作系统/SRPMS/

On RHEL / CentOS at least it's in the SysVinit package. You can determine this by

which reboot

to find the executable - it's in /sbin/reboot for me - then

rpm -qf /sbin/reboot

to find out which package it is in. You should then be able to download a SRPM from any CentOS mirror, e.g. http://www.mirrorservice.org/sites/mirror.centos.org/5.5/os/SRPMS/

葬シ愛 2024-10-18 06:00:28

请参阅 util-linux 中的 ="noreferrer">shutdown.c。

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