From bc491a7ec097ffd427c8335ceac80bbe97ccff70 Mon Sep 17 00:00:00 2001 From: pxgamer Date: Tue, 26 Jun 2018 09:54:51 +0100 Subject: [PATCH] finger: add page --- pages/windows/finger.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 pages/windows/finger.md diff --git a/pages/windows/finger.md b/pages/windows/finger.md new file mode 100644 index 0000000000..ceb6914b39 --- /dev/null +++ b/pages/windows/finger.md @@ -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 /?`