Files
tldr/pages.zh/common/finger.md

24 lines
510 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# finger
> 用户信息查询程序。
> 更多信息:<https://manned.org/finger>。
- 显示当前登录用户的信息:
`finger`
- 显示特定用户的信息:
`finger {{用户名}}`
- 显示用户的登录名、真实姓名、终端名以及其他信息:
`finger -s`
- 生成多行输出格式,显示与 `-s` 相同的信息,以及用户的主目录、家庭电话号码、登录 shell、邮件状态等
`finger -l`
- 防止与用户姓名匹配,只使用登录名:
`finger -m`