1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 05:35:42 +02:00

finger: add page

This commit is contained in:
pxgamer 2018-06-26 09:54:51 +01:00 committed by Agniva De Sarker
parent 86789ce709
commit bc491a7ec0

20
pages/windows/finger.md Normal file
View 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 /?`