Wednesday, October 14, 2009

Unique BootID in Linux

# cat /proc/sys/kernel/random/boot_id
91cbd9c4-8a68-4d14-8193-8486417410d1

Gives you the random unique boot for every boot. If you application would like to see whether you system has rebooted or not, you can check with this value.

Hope it helps.

No comments: