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!

有帮助吗?

解决方案

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

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top