logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

uustat.1p (5299B)


  1. '\" et
  2. .TH UUSTAT "1P" 2017 "IEEE/The Open Group" "POSIX Programmer's Manual"
  3. .\"
  4. .SH PROLOG
  5. This manual page is part of the POSIX Programmer's Manual.
  6. The Linux implementation of this interface may differ (consult
  7. the corresponding Linux manual page for details of Linux behavior),
  8. or the interface may not be implemented on Linux.
  9. .\"
  10. .SH NAME
  11. uustat
  12. \(em uucp status enquiry and job control
  13. .SH SYNOPSIS
  14. .LP
  15. .nf
  16. uustat \fB[\fR-q|-k \fIjobid\fR|-r \fIjobid\fB]\fR
  17. .P
  18. uustat \fB[\fR-s \fIsystem\fB] [\fR-u \fIuser\fB]\fR
  19. .fi
  20. .SH DESCRIPTION
  21. The
  22. .IR uustat
  23. utility shall display the status of, or cancel, previously specified
  24. .IR uucp
  25. requests, or provide general status on
  26. .IR uucp
  27. connections to other systems.
  28. .P
  29. When no options are given,
  30. .IR uustat
  31. shall write to standard output the status of all
  32. .IR uucp
  33. requests issued by the current user.
  34. .P
  35. Typical implementations of this utility require a communications line
  36. configured to use the Base Definitions volume of POSIX.1\(hy2017,
  37. .IR "Chapter 11" ", " "General Terminal Interface",
  38. but other communications means may be used. On systems where there are
  39. no available communications means (either temporarily or permanently),
  40. this utility shall write an error message describing the problem and
  41. exit with a non-zero exit status.
  42. .SH OPTIONS
  43. The
  44. .IR uustat
  45. utility shall conform to the Base Definitions volume of POSIX.1\(hy2017,
  46. .IR "Section 12.2" ", " "Utility Syntax Guidelines".
  47. .P
  48. The following options shall be supported:
  49. .IP "\fB\-q\fP" 10
  50. Write the jobs queued for each machine.
  51. .IP "\fB\-k\ \fIjobid\fR" 10
  52. Kill the
  53. .IR uucp
  54. request whose job identification is
  55. .IR jobid .
  56. The application shall ensure that the killed
  57. .IR uucp
  58. request belongs to the person invoking
  59. .IR uustat
  60. unless that user has appropriate privileges.
  61. .IP "\fB\-r\ \fIjobid\fR" 10
  62. Rejuvenate
  63. .IR jobid .
  64. The files associated with
  65. .IR jobid
  66. are touched so that their modification time is set to the current
  67. time. This prevents the cleanup program from deleting the job until
  68. the jobs modification time reaches the limit imposed by the program.
  69. .IP "\fB\-s\ \fIsystem\fR" 10
  70. Write the status of all
  71. .IR uucp
  72. requests for remote system
  73. .IR system .
  74. .IP "\fB\-u\ \fIuser\fR" 10
  75. Write the status of all
  76. .IR uucp
  77. requests issued by
  78. .IR user .
  79. .SH OPERANDS
  80. None.
  81. .SH STDIN
  82. Not used.
  83. .SH "INPUT FILES"
  84. None.
  85. .SH "ENVIRONMENT VARIABLES"
  86. The following environment variables shall affect the execution of
  87. .IR uustat :
  88. .IP "\fILANG\fP" 10
  89. Provide a default value for the internationalization variables that are
  90. unset or null. (See the Base Definitions volume of POSIX.1\(hy2017,
  91. .IR "Section 8.2" ", " "Internationalization Variables"
  92. for the precedence of internationalization variables used to determine
  93. the values of locale categories.)
  94. .IP "\fILC_ALL\fP" 10
  95. If set to a non-empty string value, override the values of all the
  96. other internationalization variables.
  97. .IP "\fILC_CTYPE\fP" 10
  98. Determine the locale for the interpretation of sequences of bytes of
  99. text data as characters (for example, single-byte as opposed to
  100. multi-byte characters in arguments).
  101. .IP "\fILC_MESSAGES\fP" 10
  102. .br
  103. Determine the locale that should be used to affect the format and
  104. contents of diagnostic messages written to standard error, and
  105. informative messages written to standard output.
  106. .IP "\fINLSPATH\fP" 10
  107. Determine the location of message catalogs for the processing of
  108. .IR LC_MESSAGES .
  109. .SH "ASYNCHRONOUS EVENTS"
  110. Default.
  111. .SH STDOUT
  112. The standard output shall consist of information about each job
  113. selected, in an unspecified format. The information shall include at
  114. least the job ID, the user ID or name, and the remote system name.
  115. .SH STDERR
  116. The standard error shall be used only for diagnostic messages.
  117. .SH "OUTPUT FILES"
  118. None.
  119. .SH "EXTENDED DESCRIPTION"
  120. None.
  121. .SH "EXIT STATUS"
  122. The following exit values shall be returned:
  123. .IP "\00" 6
  124. Successful completion.
  125. .IP >0 6
  126. An error occurred.
  127. .SH "CONSEQUENCES OF ERRORS"
  128. Default.
  129. .LP
  130. .IR "The following sections are informative."
  131. .SH "APPLICATION USAGE"
  132. This utility is part of the UUCP Utilities option and need not be
  133. supported by all implementations.
  134. .SH EXAMPLES
  135. None.
  136. .SH RATIONALE
  137. None.
  138. .SH "FUTURE DIRECTIONS"
  139. None.
  140. .SH "SEE ALSO"
  141. .IR "\fIuucp\fR\^"
  142. .P
  143. The Base Definitions volume of POSIX.1\(hy2017,
  144. .IR "Chapter 8" ", " "Environment Variables",
  145. .IR "Chapter 11" ", " "General Terminal Interface",
  146. .IR "Section 12.2" ", " "Utility Syntax Guidelines"
  147. .\"
  148. .SH COPYRIGHT
  149. Portions of this text are reprinted and reproduced in electronic form
  150. from IEEE Std 1003.1-2017, Standard for Information Technology
  151. -- Portable Operating System Interface (POSIX), The Open Group Base
  152. Specifications Issue 7, 2018 Edition,
  153. Copyright (C) 2018 by the Institute of
  154. Electrical and Electronics Engineers, Inc and The Open Group.
  155. In the event of any discrepancy between this version and the original IEEE and
  156. The Open Group Standard, the original IEEE and The Open Group Standard
  157. is the referee document. The original Standard can be obtained online at
  158. http://www.opengroup.org/unix/online.html .
  159. .PP
  160. Any typographical or formatting errors that appear
  161. in this page are most likely
  162. to have been introduced during the conversion of the source files to
  163. man page format. To report such errors, see
  164. https://www.kernel.org/doc/man-pages/reporting_bugs.html .