1995-02-22 23:47:51 +00:00
|
|
|
.\"
|
1999-08-28 01:35:59 +00:00
|
|
|
.\" $FreeBSD$
|
1995-02-22 23:47:51 +00:00
|
|
|
.\"
|
2001-11-24 15:41:38 +00:00
|
|
|
.Dd November 24, 2001
|
1995-02-17 16:40:32 +00:00
|
|
|
.Dt WATCH 8
|
|
|
|
.Os
|
|
|
|
.Sh NAME
|
1995-02-22 23:47:51 +00:00
|
|
|
.Nm watch
|
|
|
|
.Nd snoop on another tty line
|
1996-01-30 13:52:50 +00:00
|
|
|
.Sh SYNOPSIS
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm
|
2001-11-24 15:51:34 +00:00
|
|
|
.Op Fl cinotW
|
2001-11-24 15:41:38 +00:00
|
|
|
.Op Fl f Ar snpdev
|
1999-10-30 14:52:24 +00:00
|
|
|
.Op Ar tty
|
1995-02-17 16:40:32 +00:00
|
|
|
.Sh DESCRIPTION
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility allows the user to examine all data coming through a specified tty
|
2001-11-24 17:02:58 +00:00
|
|
|
using the
|
|
|
|
.Xr snp 4
|
|
|
|
device.
|
|
|
|
If the
|
|
|
|
.Xr snp 4
|
|
|
|
device is not available,
|
|
|
|
.Nm
|
|
|
|
will attempt to load the module
|
|
|
|
.Pq Nm snp .
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility writes to standard output.
|
1995-02-22 23:47:51 +00:00
|
|
|
.Pp
|
|
|
|
The options are as follows:
|
1997-10-27 12:21:10 +00:00
|
|
|
.Bl -tag -width indent
|
1995-02-22 23:47:51 +00:00
|
|
|
.It Fl c
|
2004-07-02 23:13:00 +00:00
|
|
|
Reconnect on close.
|
|
|
|
If the tty observed by
|
1997-10-27 12:21:10 +00:00
|
|
|
.Nm
|
2004-07-03 18:35:53 +00:00
|
|
|
is closed, automatically reattach to the same tty.
|
1995-02-22 23:47:51 +00:00
|
|
|
If this option is not specified,
|
1997-10-27 12:21:10 +00:00
|
|
|
.Nm
|
1995-02-22 23:47:51 +00:00
|
|
|
will request a new tty if running in interactive mode or exit if running
|
|
|
|
without a controlling tty.
|
2001-11-24 15:41:38 +00:00
|
|
|
.It Fl f Ar snpdev
|
|
|
|
If this option is specified,
|
|
|
|
.Nm
|
|
|
|
will use
|
|
|
|
.Ar snpdev
|
|
|
|
as the
|
|
|
|
.Xr snp 4
|
|
|
|
device.
|
|
|
|
Without this option,
|
|
|
|
.Nm
|
|
|
|
will attempt to find the next available
|
|
|
|
.Xr snp 4
|
|
|
|
device.
|
1995-02-22 23:47:51 +00:00
|
|
|
.It Fl i
|
|
|
|
Force interactive mode.
|
|
|
|
Interactive mode is a default if
|
1997-10-27 12:21:10 +00:00
|
|
|
.Nm
|
1995-02-22 23:47:51 +00:00
|
|
|
is started from a tty.
|
|
|
|
If output is redirected to a file, interactive mode can still be requested
|
|
|
|
by specifying this option.
|
2001-11-24 15:51:34 +00:00
|
|
|
.It Fl n
|
2004-07-02 23:13:00 +00:00
|
|
|
Disable the ability to switch the watched tty interactively.
|
|
|
|
This disables
|
2001-11-24 15:51:34 +00:00
|
|
|
both change requests made with <control-X> as well as automatic prompting
|
2004-07-02 23:13:00 +00:00
|
|
|
when the current tty is closed or overflows.
|
|
|
|
In all cases where a prompt
|
2001-11-24 15:51:34 +00:00
|
|
|
would be displayed,
|
|
|
|
.Nm
|
2004-07-02 23:13:00 +00:00
|
|
|
will exit.
|
|
|
|
The reconnect flags are unaffected by
|
2001-11-24 15:51:34 +00:00
|
|
|
this option.
|
|
|
|
When this flag is used, <control-X> is passed through to the terminal.
|
1995-02-22 23:47:51 +00:00
|
|
|
.It Fl o
|
|
|
|
Reconnect on overflow.
|
1996-01-30 13:52:50 +00:00
|
|
|
The behavior of
|
1997-10-27 12:21:10 +00:00
|
|
|
.Nm
|
1995-02-22 23:47:51 +00:00
|
|
|
if the observed tty overflows is similar to the behavior if the observed tty
|
|
|
|
is closed.
|
|
|
|
For more info see
|
|
|
|
.Xr snp 4 .
|
|
|
|
.It Fl t
|
|
|
|
Print the date and time when observation of a given tty is started.
|
1995-02-27 19:48:19 +00:00
|
|
|
.It Fl W
|
|
|
|
Allow write access to observed tty.
|
1995-02-22 23:47:51 +00:00
|
|
|
.It Ar tty
|
2002-12-30 21:18:15 +00:00
|
|
|
Tty may be specified as a tty-style device, such as a pseudo tty device,
|
1995-02-25 20:14:31 +00:00
|
|
|
a virtual console, or a serial line, etc.
|
2000-01-23 20:27:32 +00:00
|
|
|
Names may be preceded by
|
|
|
|
.Pa /dev/ .
|
|
|
|
.El
|
1995-02-22 23:47:51 +00:00
|
|
|
.Sh OPERATION
|
|
|
|
While running in interactive mode, all user input is discarded except for:
|
|
|
|
.Pp
|
|
|
|
.Bl -tag -width "XXXX" -compact
|
1996-12-30 09:01:50 +00:00
|
|
|
.It Sy "<control-G>"
|
1995-02-22 23:47:51 +00:00
|
|
|
Exit
|
2000-11-20 20:10:44 +00:00
|
|
|
.Nm .
|
1995-02-22 23:47:51 +00:00
|
|
|
.It Sy "<control-W>"
|
|
|
|
Clear screen.
|
|
|
|
.It Sy "<control-X>"
|
2001-11-07 19:15:19 +00:00
|
|
|
Change attached tty, unless this feature is disabled, in which case
|
|
|
|
control-X is passed to the terminal as with other control characters.
|
2000-01-23 20:27:32 +00:00
|
|
|
.El
|
1995-02-17 16:40:32 +00:00
|
|
|
.Sh SEE ALSO
|
1995-02-22 23:47:51 +00:00
|
|
|
.Xr pty 4 ,
|
1997-01-20 00:03:00 +00:00
|
|
|
.Xr sio 4 ,
|
2001-11-24 17:02:58 +00:00
|
|
|
.Xr snp 4 ,
|
|
|
|
.Xr kldload 8
|
1995-02-17 16:40:32 +00:00
|
|
|
.Sh HISTORY
|
2002-07-14 14:47:15 +00:00
|
|
|
The
|
|
|
|
.Nm
|
|
|
|
utility first appeared in
|
1996-08-23 00:57:08 +00:00
|
|
|
.Fx 2.1 .
|
2005-01-18 20:02:45 +00:00
|
|
|
.Sh AUTHORS
|
2014-06-20 09:57:27 +00:00
|
|
|
.An Ugen J.S. Antsilevich Aq Mt ugen@NetVision.net.il
|
2005-01-18 20:02:45 +00:00
|
|
|
.Sh BUGS
|
|
|
|
No terminal emulation is performed.
|
|
|
|
All user output is reproduced as-is.
|