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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
|
'\" te
.TH ck-history 1 "22 Oct 2009" "SunOS 5.11" "User Commands"
.SH "NAME"
ck-history \- ConsoleKit history
.SH "SYNOPSIS"
.PP
\fBck-history\fR [-\fB-frequent\fR] [-\fB-help\fR] [-\fB-last\fR] [-\fB-last-compat\fR] [-\fB-log\fR] [-\fB-seat=\fIseat\fR\fR] [-\fB-session-type=\fItype\fR\fR] [-\fB-user=\fIuser\fR\fR] [-\fB-version\fR]
.SH "DESCRIPTION"
.PP
\fBck-history\fR is a utility that provides information from the
ConsoleKit database about what users have logged into the system\&. It supports
options to specify whether to provide information about users who have logged
in most frequently or most recently\&.
.PP
The \fBck-history\fR utility is used by
\fBgdm\fR(1m)
when the GDM Face Browser is enabled to display users in the order of
frequency\&.
.SH "OPTIONS"
.PP
The following options are supported:
.sp
.ne 2
.mk
\fB-\fB-frequent\fR\fR
.in +32n
.rt
Show listing of logged-in users in the most frequent order\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fBh\fR, -\fB-help\fR\fR
.in +32n
.rt
Display detailed usage message\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fB-last\fR\fR
.in +32n
.rt
Show listing of all user logins since logging began in the most-recent order.\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fB-last-compat\fR\fR
.in +32n
.rt
Show listing of logged-in users in the most-recent order\&. The output is
displayed in
\fBlast\fR(1)
compatible format\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fB-log\fR\fR
.in +32n
.rt
Show full ConsoleKit event log\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fBs\fR, -\fB-seat=\fIseat\fR\fR\fR
.in +32n
.rt
Show entries for the specified \fIseat\fR\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fBt\fR, -\fB-session-type=\fItype\fR\fR\fR
.in +32n
.rt
Show entries for the specified session \fItype\fR\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fBu\fR, -\fB-user=\fIuser\fR\fR\fR
.in +32n
.rt
Show entries for the specified \fIuser\fR\&.
.sp
.sp 1
.in -32n
.sp
.ne 2
.mk
\fB-\fBV\fR, -\fB-version\fR\fR
.in +32n
.rt
Display the version of the \fBck-history\fR application\&.
.sp
.sp 1
.in -32n
.SH "EXAMPLES"
.PP
\fBExample 1: Show most frequently logged in users\fR
.PP
.PP
.nf
example% \fBck-history -\fB-frequent\fR\fR
.fi
.PP
\fBExample 2: Show the entire ConsoleKit log\&.\fR
.PP
.PP
.nf
example% \fBck-history -\fB-log\fR\fR
.fi
.SH "SEE ALSO"
.PP
\fBck-launch-session\fR(1),
\fBck-list-sessions\fR(1),
\fBconsole-kit-daemon\fR(1m)
.SH "NOTES"
.PP
Written by Brian Cameron, Sun Microsystems Inc\&., 2009\&.
Copyright (c) 2009 by Sun Microsystems, Inc\&.
...\" created by instant / solbook-to-man, Sat 24 Oct 2009, 14:10
...\" LSARC 2009/432 ConsoleKit
|