-
Notifications
You must be signed in to change notification settings - Fork 3
/
sudosh-replay.8.in
49 lines (41 loc) · 1.37 KB
/
sudosh-replay.8.in
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
.\" Process this file with
.\" groff -man -Tascii sudosh-replay.1
.\"
.TH SUDOSH-REPLAY 8 "December 20 2007" @VERSION@ "User Manuals"
.SH NAME
sudosh-replay \- view and replay sudosh sessions
.SH SYNOPSIS
.B sudosh-replay [ID] [MULTIPLIER] [MAXWAIT]
.SH DESCRIPTION
.B sudosh-replay
displays a list of previously recorded sudosh sessions. Give sudosh-replay an argument and it will reference and replay that session ID. Given a second argument it will be used as a multiplier. For example if a multiplier of 2 was used the replay will be doubled. Given a third arguement it will be used as a maximum wait. For example if the output has long waits (if the user was away from the keyboard) the MAXWAIT would over-ride and the output would continue as normal.
.SH OPTIONS
.IP -d
specify an alternate LOGDIR directory.
.IP -h
display help synopsis and exit.
.IP -v
show version information and exit.
.SH EXAMPLES
View previously recorded sudosh sessions.
.RS
# sudosh-replay
.RE
Playback a sudosh session.
.RS
# sudosh-replay ID_GOES_HERE
.RE
Playback a sudosh session at twice the speed recorded.
.RS
# sudosh-replay ID_GOES_HERE 2
.RE
Playback a sudosh session at twice the speed and only wait a maximum of half a second.
.RS
# sudosh-replay ID_GOES_HERE 2 .5
.SH AUTHOR
Josh Grebe <@PACKAGE_BUGREPORT@>
Douglas Richard Hanks, Jr.
.SH "SEE ALSO"
.BR sudosh (1),
.BR sudosh.conf (5),
.BR sudo (8)