• linux服务器last查看关机记录


    1、查看重启记录

    last reboot命令

    [root@test ~]# last reboot
    reboot   system boot  2.6.32-431.el6.x Mon May 21 16:32 - 15:06 (1+22:33)   
    reboot   system boot  2.6.32-431.el6.x Wed May 16 18:40 - 15:06 (6+20:25)   
    reboot   system boot  2.6.32-431.el6.x Wed May  2 16:44 - 15:06 (20+22:22)  
    reboot   system boot  2.6.32-431.el6.x Fri Mar  2 18:47 - 15:06 (81+20:18)  
    reboot   system boot  2.6.32-431.el6.x Sun Feb 11 17:56 - 15:06 (100+21:09) 
    reboot   system boot  2.6.32-431.el6.x Fri Dec 22 18:24 - 15:06 (151+20:41) 

    2、查看用户登录记录

    [root@hch ~]# last -a
    root     pts/1        Mon May 21 16:29   still logged in    10.x.x.x
    root     pts/0        Mon May 21 08:36   still logged in    10.x.x.x
    reboot   system boot  Mon May 21 16:32 - 15:07 (1+22:34)    2.6.32-431.el6.x86_64
    root     pts/1        Thu May 17 14:06 - crash (4+02:26)    10.x.x.x
    root     pts/0        Wed May 16 10:50 - crash (5+05:42)    10.x.x.x

    参数说明
    -a 把从何处登入系统的主机名称或IP地址,显示在最后一行。
    -d 将IP地址转换成主机名称。
    -f 指定记录文件。
    -n 或- 设置列出名单的显示列数。
    -R 不显示登入系统的主机名称或IP地址。
    -x 显示系统关机,重新开机,以及执行等级的改变等信息

  • 相关阅读:
    123457123456---com.threeObj3.BabyShizi02--- 宝宝识字02
    协议
    123457---com.threeObj.Baobaoshizi01--- 宝宝识字01
    123456---com.twoapp.ErTongNongChangPinTu---儿童农场拼图
    Mysql
    MySQL的四种事务隔离级别
    Git撤销&回滚操作
    java.util.Timer简介
    git常用命令
    BigDecimal转String
  • 原文地址:https://www.cnblogs.com/paul8339/p/9077046.html
Copyright © 2020-2023  润新知