mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-09 05:55:44 +02:00
finger: add page
This commit is contained in:
parent
86789ce709
commit
bc491a7ec0
1 changed files with 20 additions and 0 deletions
20
pages/windows/finger.md
Normal file
20
pages/windows/finger.md
Normal file
|
@ -0,0 +1,20 @@
|
||||||
|
# finger
|
||||||
|
|
||||||
|
> Return information about one or more users on a specified system.
|
||||||
|
> The remote system must be running the Finger service.
|
||||||
|
|
||||||
|
- Display information about a specific user:
|
||||||
|
|
||||||
|
`finger {{user}}@{{host}}`
|
||||||
|
|
||||||
|
- Display information about all users on the specified host:
|
||||||
|
|
||||||
|
`finger @{{host}}`
|
||||||
|
|
||||||
|
- Display information in a longer format:
|
||||||
|
|
||||||
|
`finger {{user}}@{{host}} -l`
|
||||||
|
|
||||||
|
- Display help information:
|
||||||
|
|
||||||
|
`finger /?`
|
Loading…
Add table
Reference in a new issue