如何确定 Linux、Darwin、FreeBSD 和 NetBSD 的安装日期(系统首次启动时)?另外,有没有办法获得这些机器的虚拟状态(系统是虚拟的还是物理的)。我需要使用终端命令输出。
例如,
可以使用以下命令找到 Windows 机器安装日期:
>Command:
>
> ssh host systeminfo | grep -i original
>
>Output:
>
> Original Install Date: 1/24/2014, 12:30:41 PM
Windows 机器机器的虚拟状态可以使用以下命令找到:
>Command:
>
> ssh host systeminfo | grep -i manufacturer
>
>Output:
>
> OS Manufacturer: Microsoft Corporation
> System Manufacturer: VMware, Inc.