int reboot(int magic, int magic2, int cmd, void *arg);
You can try the man page of reboot() system call in the online man page using, man 2 reboot.
The second argument can be one of the following magic numbers.
- LINUX_REBOOT_MAGIC2 - 672274793(0x28121969)
- LINUX_REBOOT_MAGIC2A - 85072278(0x5121996)
- LINUX_REBOOT_MAGIC2B - 369367448(0x16041998)
- LINUX_REBOOT_MAGIC2C - 537993216(0x20112000)
Internet suggests that these are the birth dates of famous Linux kernel developer Linus Torvalds and his three daughters.
Thanks for sharing information man, you have indeed covered the topic quite well.
ReplyDeleteThanks
Javin
10 enum examples in java