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
11
13 uustat — uucp status enquiry and job control
14
16 uustat [−q|−k jobid|−r jobid]
17
18 uustat [−s system] [−u user]
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 POSIX.1‐2008, Chapter
30 11, General Terminal Interface, but other communications means may be
31 used. On systems where there are no available communications means
32 (either temporarily or permanently), this utility shall write an error
33 message describing the problem and exit with a non-zero exit status.
34
36 The uustat utility shall conform to the Base Definitions volume of
37 POSIX.1‐2008, Section 12.2, Utility Syntax Guidelines.
38
39 The following options shall be supported:
40
41 −q Write the jobs queued for each machine.
42
43 −k jobid Kill the uucp request whose job identification is jobid. The
44 application shall ensure that the killed uucp request belongs
45 to the person invoking uustat unless that user has appropri‐
46 ate privileges.
47
48 −r jobid Rejuvenate jobid. The files associated with jobid are
49 touched so that their modification time is set to the current
50 time. This prevents the cleanup program from deleting the job
51 until the jobs modification time reaches the limit imposed by
52 the program.
53
54 −s system Write the status of all uucp requests for remote system sys‐
55 tem.
56
57 −u user Write the status of all uucp requests issued by user.
58
60 None.
61
63 Not used.
64
66 None.
67
69 The following environment variables shall affect the execution of uus‐
70 tat:
71
72 LANG Provide a default value for the internationalization vari‐
73 ables that are unset or null. (See the Base Definitions vol‐
74 ume of POSIX.1‐2008, Section 8.2, Internationalization Vari‐
75 ables for the precedence of internationalization variables
76 used to determine the values of locale categories.)
77
78 LC_ALL If set to a non-empty string value, override the values of
79 all the other internationalization variables.
80
81 LC_CTYPE Determine the locale for the interpretation of sequences of
82 bytes of text data as characters (for example, single-byte as
83 opposed to multi-byte characters in arguments).
84
85 LC_MESSAGES
86 Determine the locale that should be used to affect the format
87 and contents of diagnostic messages written to standard
88 error, and informative messages written to standard output.
89
90 NLSPATH Determine the location of message catalogs for the processing
91 of LC_MESSAGES.
92
94 Default.
95
97 The standard output shall consist of information about each job
98 selected, in an unspecified format. The information shall include at
99 least the job ID, the user ID or name, and the remote system name.
100
102 The standard error shall be used only for diagnostic messages.
103
105 None.
106
108 None.
109
111 The following exit values shall be returned:
112
113 0 Successful completion.
114
115 >0 An error occurred.
116
118 Default.
119
120 The following sections are informative.
121
123 This utility is part of the UUCP Utilities option and need not be sup‐
124 ported by all implementations.
125
127 None.
128
130 None.
131
133 None.
134
136 uucp
137
138 The Base Definitions volume of POSIX.1‐2008, Chapter 8, Environment
139 Variables, Chapter 11, General Terminal Interface, Section 12.2, Util‐
140 ity Syntax Guidelines
141
143 Portions of this text are reprinted and reproduced in electronic form
144 from IEEE Std 1003.1, 2013 Edition, Standard for Information Technology
145 -- Portable Operating System Interface (POSIX), The Open Group Base
146 Specifications Issue 7, Copyright (C) 2013 by the Institute of Electri‐
147 cal and Electronics Engineers, Inc and The Open Group. (This is
148 POSIX.1-2008 with the 2013 Technical Corrigendum 1 applied.) In the
149 event of any discrepancy between this version and the original IEEE and
150 The Open Group Standard, the original IEEE and The Open Group Standard
151 is the referee document. The original Standard can be obtained online
152 at http://www.unix.org/online.html .
153
154 Any typographical or formatting errors that appear in this page are
155 most likely to have been introduced during the conversion of the source
156 files to man page format. To report such errors, see https://www.ker‐
157 nel.org/doc/man-pages/reporting_bugs.html .
158
159
160
161IEEE/The Open Group 2013 UUSTAT(1P)