1UUSTAT(1P) POSIX Programmer's Manual UUSTAT(1P)
2
3
4
6 This manual page is part of the POSIX Programmer's Manual. The Linux
7 implementation of this interface may differ (consult the corresponding
8 Linux manual page for details of Linux behavior), or the interface may
9 not be implemented on Linux.
10
12 uustat - uucp status inquiry and job control
13
15 uustat [ -q| -k jobid| -r jobid]
16
17 uustat [-s system][-u user]
18
19
21 The uustat utility shall display the status of, or cancel, previously
22 specified uucp requests, or provide general status on uucp connections
23 to other systems.
24
25 When no options are given, uustat shall write to standard output the
26 status of all uucp requests issued by the current user.
27
28 Typical implementations of this utility require a communications line
29 configured to use the Base Definitions volume of IEEE Std 1003.1-2001,
30 Chapter 11, General Terminal Interface, but other communications means
31 may be used. On systems where there are no available communications
32 means (either temporarily or permanently), this utility shall write an
33 error message describing the problem and exit with a non-zero exit sta‐
34 tus.
35
37 The uustat utility shall conform to the Base Definitions volume of
38 IEEE Std 1003.1-2001, Section 12.2, Utility Syntax Guidelines.
39
40 The following options shall be supported:
41
42 -q Write the jobs queued for each machine.
43
44 -k jobid
45 Kill the uucp request whose job identification is jobid. The
46 application shall ensure that the killed uucp request belongs to
47 the person invoking uustat unless that user has appropriate
48 privileges.
49
50 -r jobid
51 Rejuvenate jobid. The files associated with jobid are touched so
52 that their modification time is set to the current time. This
53 prevents the cleanup program from deleting the job until the
54 jobs modification time reaches the limit imposed by the program.
55
56 -s system
57 Write the status of all uucp requests for remote system system.
58
59 -u user
60 Write the status of all uucp requests issued by user.
61
62
64 None.
65
67 Not used.
68
70 None.
71
73 The following environment variables shall affect the execution of uus‐
74 tat:
75
76 LANG Provide a default value for the internationalization variables
77 that are unset or null. (See the Base Definitions volume of
78 IEEE Std 1003.1-2001, Section 8.2, Internationalization Vari‐
79 ables for the precedence of internationalization variables used
80 to determine the values of locale categories.)
81
82 LC_ALL If set to a non-empty string value, override the values of all
83 the other internationalization variables.
84
85 LC_CTYPE
86 Determine the locale for the interpretation of sequences of
87 bytes of text data as characters (for example, single-byte as
88 opposed to multi-byte characters in arguments).
89
90 LC_MESSAGES
91 Determine the locale that should be used to affect the format
92 and contents of diagnostic messages written to standard error,
93 and informative messages written to standard output.
94
95 NLSPATH
96 Determine the location of message catalogs for the processing of
97 LC_MESSAGES .
98
99
101 Default.
102
104 The standard output shall consist of information about each job
105 selected, in an unspecified format. The information shall include at
106 least the job ID, the user ID or name, and the remote system name.
107
109 The standard error shall be used only for diagnostic messages.
110
112 None.
113
115 None.
116
118 The following exit values shall be returned:
119
120 0 Successful completion.
121
122 >0 An error occurred.
123
124
126 Default.
127
128 The following sections are informative.
129
131 None.
132
134 None.
135
137 None.
138
140 None.
141
143 uucp
144
146 Portions of this text are reprinted and reproduced in electronic form
147 from IEEE Std 1003.1, 2003 Edition, Standard for Information Technology
148 -- Portable Operating System Interface (POSIX), The Open Group Base
149 Specifications Issue 6, Copyright (C) 2001-2003 by the Institute of
150 Electrical and Electronics Engineers, Inc and The Open Group. In the
151 event of any discrepancy between this version and the original IEEE and
152 The Open Group Standard, the original IEEE and The Open Group Standard
153 is the referee document. The original Standard can be obtained online
154 at http://www.opengroup.org/unix/online.html .
155
156
157
158IEEE/The Open Group 2003 UUSTAT(1P)