Posted in computing By duncan21Posted on 2013 年 3 月 20 日 Post Views: 109 windows: 开始—>运行—>CMD ?输入: sysyteminfo | find “初始安装日期” linux: 在ssh下执行: 1.fdisk -l ;确认第一块硬盘的第一个分区的盘符 2.tune2fs -l /dev/sda1 |grep ‘Filesystem created’ 如何检查系统的安装日期?