blob: fe5bebbcd50f4701dc24a7ada73c5a5dad84090a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
|
.pa 1
.he 'ACCT (VIII)'1/20/73'ACCT (VIII)'
.ti 0
NAME acct -- login accounting
.sp
.ti 0
SYNOPSIS acct____ [ -w__ wtmp ] [ -p__ ] [ -d__ ] people
.sp
.ti 0
DESCRIPTION acct____
produces a printout giving
connect time
for each user who has logged in
during the life of the current wtmp____ file.
A total is also produced.
-w__ is used to specify an alternate wtmp file.
-p__ prints individual totals; without this option,
only totals are printed.
-d__ causes a printout for each midnight to midnight
period.
The people______ argument will limit the
printout to only the specified login names.
If no wtmp file is given,
/usr/adm/wtmp_____________
is used.
.sp
.ti 0
FILES /usr/adm/wtmp
.sp
.ti 0
SEE ALSO init(VII), login(I), wtmp(V).
.sp
.ti 0
DIAGNOSTICS "Cannot open 'wtmp'" if argument is unreadable.
.sp
.ti 0
BUGS --
|