Question

How to find os x uptime history? There is "last reboot" command on termina which reports last reboot history. How do I write a program with objective C that gets all uptime history ?

Thanks in advance!

Was it helpful?

Solution

The last command is part of Darwin and is open-source. Here's the code.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top