summaryrefslogtreecommitdiff
path: root/static/unix-v10/man8/acct.8
diff options
context:
space:
mode:
Diffstat (limited to 'static/unix-v10/man8/acct.8')
-rw-r--r--static/unix-v10/man8/acct.837
1 files changed, 37 insertions, 0 deletions
diff --git a/static/unix-v10/man8/acct.8 b/static/unix-v10/man8/acct.8
new file mode 100644
index 00000000..fe5bebbc
--- /dev/null
+++ b/static/unix-v10/man8/acct.8
@@ -0,0 +1,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 --