WHO(1) | 用户命令 | WHO(1) |
名称
who - 显示已登录用户
概述
who [选项]... [ 文件 | 参数1 参数2 ]
描述
显示与当前登录用户有关的信息。
- -a, --all
- 等价于 -b -d --login -p -r -t -T -u
- -b, --boot
- 最近一次系统引导的时间
- -d, --dead
- 显示死进程
- -H, --heading
- 显示表格的表头
- --ips
- 显示 IP地址而不是主机名。加上 --lookup,则会尽可能基于已存储的 IP 规范化,而不是已存储的主机名
- -l, --login
- 显示系统登录进程
- --lookup
- 试图通过 DNS 规范主机名
- -m
- 仅显示和标准输入关联的主机名和用户
- -p, --process
- 显示由 init 生成的活跃进程
- -q, --count
- 所有登录名称与已登录用户数量
- -r, --runlevel
- 显示当前运行级别
- -s, --short
- 仅显示名称、线路与时间(默认)
- -t, --time
- 显示最近一次系统时钟更改
- -T, -w, --mesg
- 添加用户状态信息,如 +, - 或 ?
- -u, --users
- w列出已登陆用户
- --message
- 等价于 -T
- --writable
- 等价于 -T
- --help
- 显示此帮助信息并退出
- --version
- 显示版本信息并退出
如果没有指定文件,默认使用 /var/run/utmp。/var/log/wtmp 常被指定为文件参数。如果给出参数1 和参数2,则等价于 -m:两个参数通常可以是 'am i' 或 'mom likes'。
作者
由 Joseph Arceneaux, David MacKenzie 和 Michael Stone 编写。
报告错误
GNU coreutils 的在线帮助:
https://www.gnu.org/software/coreutils/
请向 https://translationproject.org/team/zh_CN.html
报告翻译错误。
版权
Copyright © 2022 Free Software Foundation, Inc. License
GPLv3+: GNU GPL version 3 or later
https://gnu.org/licenses/gpl.html.
This is free software: you are free to change and redistribute it. There is NO
WARRANTY, to the extent permitted by law.
参见
完整文档请见:
https://www.gnu.org/software/coreutils/who
或者在本地使用: info
'(coreutils) who invocation'
跋
本页面中文版由中文
man 手册页计划提供。
中文 man
手册页计划:https://github.com/man-pages-zh/manpages-zh
2022年9月 | GNU coreutils 9.1 |