mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-06-07 00:26:00 +02:00
finger: add page (#2141)
This commit is contained in:
parent
9cd177e31d
commit
4cf731ce1d
1 changed files with 23 additions and 0 deletions
23
pages/common/finger.md
Normal file
23
pages/common/finger.md
Normal file
|
@ -0,0 +1,23 @@
|
|||
# finger
|
||||
|
||||
> User information lookup program.
|
||||
|
||||
- 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 multi-line output format displaying same information as `-s` as well as user's home directory, home phone number, login shell, mail status, etc.:
|
||||
|
||||
`finger -l`
|
||||
|
||||
- Prevent matching against user's names and only use login names:
|
||||
|
||||
`finger -m`
|
Loading…
Add table
Reference in a new issue