系统调用重启和幻数
可能的重复:
Linuxreboot()系统调用的幻数
在采访中问到这个问题
当使用Linux特定的reboot()时 系统调用来重新启动系统, 第二个参数 magic2 必须是 指定为一组魔法之一 数字(例如,LINUX_REBOOT_MAGIC2)。 这些有什么意义 数字?
上述问题的正确答案是什么?
Possible Duplicate:
Magic numbers of the Linux reboot() system call
I was asked this question in an interview
When using the Linux-specific reboot()
system call to reboot the system, the
second argument, magic2, must be
specified as one of a set of magic
numbers (e.g., LINUX_REBOOT_MAGIC2).
What is the significance of these
numbers?
What is the correct answer to the above question?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
允许的 magic2 数字集的重要性在于,当以十六进制表示时,它们代表出生日期(特别是 Linus Torvalds 和他的三个孩子的出生日期)。
这确实降低了愚蠢面试问题的门槛!
The significance of the allowed set of magic2 numbers is that, when expressed in hexadecimal, they represent dates-of-birth (specifically, of Linus Torvalds and his three children).
This really lowers the bar on silly interview questions!