summaryrefslogtreecommitdiff
path: root/static/unix-v10/man1/uustat.1
blob: a409c7c7ec542583766ce2f50e0b4f4ac1b6bb86 (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
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
141
142
143
144
145
.\"@(#)uustat.1c	?.?
.TH UUSTAT 1
.CT 1 comm_mach
.SH NAME
uustat \- uucp status inquiry and job control
.SH SYNOPSIS
.B uustat
[
.I option
]
.PP
.B uustat
[
.BI -s system
]
[
.BI -u user
]
.SH DESCRIPTION
.I Uustat\^
will display the status of, or cancel, previously specified
.I uucp\^
commands, or provide general status on
.I uucp\^
connections to other systems.
The options are
.PP
.TP \w'\fL-k\fIjobid\ 'u
.B -a\^
List the status of all pending
.I uucp
requests for all machines.
.TP
.BI -k jobid\^
Kill the
.I uucp\^
request whose job identification is
.IR jobid .
The killed
.I uucp\^
request must belong to the person
issuing the
.I uustat\^
command
unless one is the super-user.
.TP
.B -m\^
Report the status of accessibility of all machines.
.TP
.B -p\^
Report on the status of all processes that are in
the lock files.
.TP
.B -q\^
List the jobs queued for each machine.
If a status file exists for the machine, its date, time and
status information are reported.
A parenthesized number next to the number of
.L C
or
.L X
files gives the age in days of the oldest file for that system.
The retry field represents the number of hours until the next possible call.
The count field is the number of failure attempts.
.TP
.BI -r jobid\^
Rejuvenate
.I jobid\^.
The files associated with
.I jobid\^
are touched so that
their modification time is set to the current time.
This prevents the cleanup demon
from deleting the job until its modification
time reaches the limit imposed by the demon.
.TP
.BI -s sys\^
Report the status of all
.I uucp\^
requests for remote system
.IR sys .
.TP
.BI -u user\^
Report the status of all
.I uucp\^
requests issued by
.IR user .
.PP
When no options are given,
.I uustat\^
outputs the status of all
.I uucp\^
requests issued by the current user.
.PP
Requests are listed in the form
.IP
jobid	date	type	machine	stuff
.br
	date	type	machine	stuff
	...
.br
.PP
.I Jobid
identifies the request;
it is useful for
.B \-k
and
.BR \-r .
The remainder of the line
describes a transfer
queued at
.I date
for
.IR machine.
.I Type
is
.B S
if a file is to be sent to
.IR machine ,
.B R
if it is to be received.
Ordinary files
are followed by the requestor's userid,
the length of the file in bytes,
and the name of the spooled file;
requests for remote execution are followed by
the userid and the command.
If the request involves more than one file,
the remaining files are listed without
a
.IR jobid .
.PP
The most common case is a mail request,
which has two lines,
one for the mail message itself
and one for the request to execute
.I rmail
on the remote system.
.SH FILES
.F /usr/spool/uucp/*
spool directories
.SH SEE ALSO
.IR uucp (1),
.IR uux (1)
.\"	@(#)uustat.1c	?.?