[glug-t] One Day One GNU/Linux Command (AC)
- From: Bharathi Subramanian <sbharathi@xxxxxxxxxxxxx>
- To: VEC-FOSS <vecfoss@xxxxxxxxxxxxxxxx>, GNU/Linux Users Group - Trichy <glug_t@xxxxxxxxxxxxx>, GNU/Linux User Group of TCE <glugot@xxxxxxxxxxxxx>
- Date: Wed, 7 May 2008 11:16:31 +0530 (IST)
One Day One GNU/Linux Command
=============================
ac - Print statistics about users' connect time
Summary:
"ac" command will print the users' connect time details in different
formats (Total, Per day, Per user, etc..). It collect this information
from the /var/log/wtmp file.
Example:
$ ac -- Print total usage.
$ ac -f /var/log/wtmp.1 -- Read the info from different wtmp file.
$ ac -p -- Print individual user info.
$ ac -dy -- Print daily based report.
$ ac --complain -- Detect the time-warp, missing record, etc., and
show appropriate error message.
Read: man ac, wtmp
HTH :)
--
Bharathi S
---------------------------------------------------------------
To unsubscribe send a mail to glug_t-request@xxxxxxxxxxxxx with
'unsubscribe' as subject.
Website: http://glugt.linuxisle.com
Other related posts:
- » [glug-t] One Day One GNU/Linux Command (AC)