tldr/pages/common/finger.md

25 lines
574 B
Markdown
Raw Normal View History

2018-06-19 17:10:44 +01:00
# finger
> User information lookup program.
2021-04-17 16:15:37 +01:00
> More information: <https://manned.org/finger>.
2018-06-19 17:10:44 +01:00
- Display information about currently logged in users:
`finger`
- Display information about a specific user:
`finger {{username}}`
- Display the user's login name, real name, terminal name, and other information:
`finger -s`
- Produce multiline output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.:
2018-06-19 17:10:44 +01:00
`finger -l`
- Prevent matching against user's names and only use login names:
`finger -m`