From 77458aa5e89140cc2fdfa451d2623385467a4bef Mon Sep 17 00:00:00 2001 From: pxgamer Date: Wed, 12 Sep 2018 12:36:54 +0100 Subject: [PATCH] users: add page --- pages/linux/users.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 pages/linux/users.md diff --git a/pages/linux/users.md b/pages/linux/users.md new file mode 100644 index 000000000..5e74fb1b2 --- /dev/null +++ b/pages/linux/users.md @@ -0,0 +1,11 @@ +# users + +> Display a list of logged in users. + +- Display a list of logged in users: + +`users` + +- Display a list of logged in users according to a specific file: + +`users {{path/to/file}}`