摘要: 01.关机 (系统的关机、重启以及登出 ) shutdown -h now 关闭系统 init 0 关闭系统 telinit 0 关闭系统 shutdown -h hours:minutes & 按预定时间关闭系统 shutdown -c 取消按预定时间关闭系统 shutdown -r now 重启 阅读全文
posted @ 2019-12-05 15:13 青色烟雨 阅读(341) 评论(0) 推荐(0) 编辑
摘要: 常用的巡检命令如下: # uname -a # 查看内核/操作系统/CPU信息 # head -n 1 /etc/issue # 查看操作系统版本 # cat /proc/cpuinfo # 查看CPU信息 # hostname # 查看计算机名 # lspci -tv # 列出所有PCI设备 # 阅读全文
posted @ 2019-12-05 13:28 青色烟雨 阅读(1888) 评论(0) 推荐(0) 编辑