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?