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
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 /?`