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