- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
经过一番挖掘后,我已经确定 - 我可能错了,因为我对这些问题的了解相当粗略 -/etc/init.d 中的脚本按照/etc/rcN.d 中的符号链接(symbolic link)确定的顺序运行.
我不太清楚为什么在 Ubuntu 14.10 上有一个完整的 rcN.d 文件夹序列,其中 N 从 0 运行到 5。运行级别表示当前运行级别为 N 2。在/etc/rc2.d 我有文件
s01rsyslog
s02memcached
...
so3grub-常见的
我假设这表明 s01 脚本将在 s02 脚本等之前运行。
现在这是我需要做的——在 init.d 中运行我自己的脚本,在其他所有操作之后。在我尝试之前,我想确定这是否是正确的做法
最佳答案
我终于找到了所有我需要的关于运行级别和更多的信息 here .希望这对遇到这个问题的其他人有用。引用那里解释的基本内容
Simply put, a 'runlevel' determines which programs are executed at system startup. Most of your exposure to run levels will deal with system startup. You will become intimately familiar with the exceptions the first time you have to troubleshoot a failed system.
Linux run levels are numbered 0 through 6. Run levels stop at six for practical and historical reasons, but it is entirely possible to have more if desired.
关于ubuntu -/etc/init.d 执行顺序及其与/etc/rcN.d 的关系,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28772350/
经过一番挖掘后,我已经确定 - 我可能错了,因为我对这些问题的了解相当粗略 -/etc/init.d 中的脚本按照/etc/rcN.d 中的符号链接(symbolic link)确定的顺序运行. 我不
我是一名优秀的程序员,十分优秀!