mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-18 01:00:54 +00:00
Update cheatsheets
This commit is contained in:
29
finger
Normal file
29
finger
Normal file
@@ -0,0 +1,29 @@
|
||||
---
|
||||
syntax: markdown
|
||||
tags: [tldr, common]
|
||||
source: https://github.com/tldr-pages/tldr.git
|
||||
---
|
||||
# finger
|
||||
|
||||
> User information lookup program.
|
||||
> More information: <https://manned.org/finger>.
|
||||
|
||||
- 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.:
|
||||
|
||||
`finger -l`
|
||||
|
||||
- Prevent matching against user's names and only use login names:
|
||||
|
||||
`finger -m`
|
||||
Reference in New Issue
Block a user