在Linux下,我们可以用ac命令显示用户登录主机的时间信息。
目前登录用户的连接时间
ac命令中,使用 d 选项,可以将输出的时间按天来显示。在本例中,今天我已经登录系统超过6个小时了,在12月1日,我登录系统的时间大约是1个小时。
$ ac –d Dec 1 total 1.08
Dec 2 total 0.99
Dec 3 total 3.39
Dec 4 total 4.50
Today total 6.10
所有用户的连接时间
就像下面所显示的,可以用“-p” 显示所有用户的连接时间。注意这显示了每一个用户的总的连接时间。
$ ac -p
john 3.64
madison 0.06
sanjay 88.17
nisha 105.92
ramesh 111.42
total 309.21
显示指定用户的连接时间
$ ac -d sanjay
Jul 2 total 12.85
Aug 25 total 5.05
Sep 3 total 1.03
Sep 4 total 5.37
Dec 24 total 8.15
Dec 29 total 1.42
Today total 2.95
【编辑推荐】