who

Posted liang545621

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了who相关的知识,希望对你有一定的参考价值。

功能说明:显示已经登录系统的用户,以及系统的启动时间等信息。

参数选项:
-a 显示所有信息,相当于 -b -d --login -p -r -t -T -u
-b 显示系统的启动时间。
-d 显示已死的进程。
-H 显示标题,默认不显示。
-l 显示登录进程。

[[email protected] ~]# who
root pts/4 2018-06-25 01:23 (192.168.56.4)
[[email protected] ~]# who -b
system boot 2018-06-24 20:52
[[email protected] ~]# who -d
pts/0 2018-06-25 01:37 2058 id=ts/0 term=0 exit=0
pts/1 2018-06-25 02:42 27941 id=ts/1 term=0 exit=0
pts/2 2018-06-25 03:21 28172 id=ts/2 term=0 exit=0
pts/3 2018-06-25 03:22 28298 id=ts/3 term=0 exit=0
[[email protected] ~]# who -l
LOGIN tty3 2018-06-24 20:52 1870 id=3
LOGIN tty5 2018-06-24 20:52 1874 id=5
LOGIN tty2 2018-06-24 20:52 1868 id=2
LOGIN tty4 2018-06-24 20:52 1872 id=4
LOGIN tty6 2018-06-24 20:52 1876 id=6
[[email protected] ~]# who -H
NAME LINE TIME COMMENT
root pts/4 2018-06-25 01:23 (192.168.56.4)
[[email protected] ~]# who -H -a
NAME LINE TIME IDLE PID COMMENT EXIT
system boot 2018-06-24 20:52
run-level 5 2018-06-24 20:52
LOGIN tty3 2018-06-24 20:52 1870 id=3
LOGIN tty5 2018-06-24 20:52 1874 id=5
LOGIN tty2 2018-06-24 20:52 1868 id=2
LOGIN tty4 2018-06-24 20:52 1872 id=4
LOGIN tty6 2018-06-24 20:52 1876 id=6
pts/0 2018-06-25 01:37 2058 id=ts/0 term=0 exit=0
pts/1 2018-06-25 02:42 27941 id=ts/1 term=0 exit=0
pts/2 2018-06-25 03:21 28172 id=ts/2 term=0 exit=0
pts/3 2018-06-25 03:22 28298 id=ts/3 term=0 exit=0
root + pts/4 2018-06-25 01:23 . 28480 (192.168.56.4)





































以上是关于who的主要内容,如果未能解决你的问题,请参考以下文章

who can help 我?长高

Linux实践——编写who命令

who runs fastest in your class 中的runs 为何要加“S”

who, w, who am i, whoami以及id命令的使用

Linux命令 who

编写who命令:文件操作,缓冲区与联机帮助