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}}`