.\"@(#)uustat.1c ?.? .TH UUSTAT 1 .SH NAME uustat \- uucp status inquiry and job control .SH SYNOPSIS .B uustat [ option ] .PP .B uustat [ .BR \-s system ] [ .BR \-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 following .I options\^ are recognized: .PP .PD 0 .TP 10 .B \-a\^ output all jobs in queue. .TP 10 .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 10 .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 C or 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 is the number of failure attempts. NOTE: for systems with a moderate number of outstanding jobs, this could take 30 seconds or more of real-time to execute. .TP 10 .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 the jobs modification time reaches the limit imposed by the demon. .TP 10 .BI \-s sys\^ Report the status of all .I uucp\^ requests for remote system .IR sys . .TP 10 .BI \-u user\^ Report the status of all .I uucp\^ requests issued by .IR user . .PD .PP When no options are given, .I uustat\^ outputs the status of all .I uucp\^ requests issued by the current user. .SH FILES .PD 0 .TP 1.5i /usr/spool/uucp/* spool directories .PD .SH SEE ALSO uucp(1) .\" @(#)uustat.1c ?.?