[root@localhost ~]# last [选项]
表 1 罗列出了该命令常用的选项及含义。选项 | 含义 |
---|---|
-a | 把从何处登陆系统的主机名或 IP 地址显示在最后一行。 |
-R | 不显示登陆系统的主机名或 IP 地址。 |
-x | 显示系统关机、重新开机以及执行等级的改变等信息。 |
-n 显示列数 | 设置列出信息的显示列数。 |
-d | 将显示的 IP 地址转换成主机名称。 |
[root@localhost ~]# last
root pts/0 192.168.0.108 Fri Jun 7 09:53 still logged in
root tty1 Fri Jun 7 09:53 still logged in
root pts/0 192.168.0.101 Fri Jun 7 06:53 - 09:52 (02:59)
root pts/1 192.168.0.103 Fri Jun 7 04:12 - 04:30 (00:18)
#用户名 登录终端 登录IP 登录时间 - 退出时间(在线时间)
reboot system boot 2.6.32-279.el6.i Thu Jun 6 23:53 - 00:03 (00:09)
#还能看到系统的重启时间
…省略部分输出…
[root@localhost ~]#lastlog
#用户名 端口 来自 最后登陆时间
Username Port From Latest
root pts/1 192.168.1.100 Wed Mar 4 11:04:22 +0800 2009
bin **Never logged in**
....(中间省略)....
vbird1 pts/2 192.168.1.100 Wed Mar 4 13:15:56 +0800 2009
....(以下省略)....
本文链接:http://task.lmcjl.com/news/5608.html