相当于 Solaris 中的 hwclock?
大家好,Solaris 10 (i86) 中是否有对应的 hwclock?
我想读取机器上的 BIOS 时间,而无需重新启动和手动检查。
谢谢。
Hi all is there an equivalent in Solaris 10 (i86) for hwclock?
I'd like to read the bios time on a machine without rebooting and checking manually.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
在 Solaris 上,硬件和系统时钟是同步的,并且都设置为 UTC (~GMT)。您可以使用“date -u”命令来显示该时钟。
On Solaris the hardware and system clock are in sync and are both set to UTC (~GMT). You can use the "date -u" command to display that clock.