ac: add page (#3316)
This commit is contained in:

committed by
Marco Bonelli

parent
97bc3a92f9
commit
8e89822467
19
pages/linux/ac.md
Normal file
19
pages/linux/ac.md
Normal file
@@ -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}}`
|
Reference in New Issue
Block a user