From 8e89822467092d63f7c7bf496c6c9dce2d75b219 Mon Sep 17 00:00:00 2001 From: Ben Glanton <56129020+glantonb@users.noreply.github.com> Date: Sun, 6 Oct 2019 10:51:05 +0100 Subject: [PATCH] ac: add page (#3316) --- pages/linux/ac.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 pages/linux/ac.md diff --git a/pages/linux/ac.md b/pages/linux/ac.md new file mode 100644 index 0000000000..757ef2596d --- /dev/null +++ b/pages/linux/ac.md @@ -0,0 +1,19 @@ +# ac + +> Print statistics on how long users have been connected. + +- Print how long the current user has been connected in hours: + +`ac` + +- Print how long users have been connected in hours: + +`ac --individual-totals` + +- Print how long a particular user has been connected in hours: + +`ac --individual-totals {{username}}` + +- Print how long a particular user has been connected in hours per day (with total): + +`ac --daily-totals --individual-totals {{username}}`