1*62403Sbostic.\" Copyright (c) 1988, 1991, 1993 2*62403Sbostic.\" The Regents of the University of California. All rights reserved. 323733Sbloom.\" 448587Scael.\" %sccs.include.redist.roff% 536100Sbostic.\" 6*62403Sbostic.\" @(#)uuq.1 8.1 (Berkeley) 06/06/93 747439Sbostic.\" 848587Scael.Dd 948587Scael.Dt UUQ 1 1048587Scael.Os BSD 4.3 1148587Scael.Sh NAME 1248587Scael.Nm uuq 1348587Scael.Nd examine or manipulate the uucp queue 1448587Scael.Sh SYNOPSIS 1548587Scael.Nm uuq 1648587Scael.Op Fl l 1748587Scael.Op Fl h 1848587Scael.Op Fl s Ns Ar system 1948587Scael.Op Fl u Ns Ar user 2048587Scael.Op Fl d Ns Ar jobno 2148587Scael.Op Fl r Ns Ar sdir 2248587Scael.Op Fl b Ns Ar baud 2348587Scael.Sh DESCRIPTION 2448587Scael.Nm Uuq 2523733Sbloomis used to examine (and possibly delete) entries in the uucp queue. 2648587Scael.Pp 2723733SbloomWhen listing jobs, 2848587Scael.Nm uuq 2927380Smckusickuses a format reminiscent of 3048587Scael.Xr ls . 3123733SbloomFor the long format, 3227380Smckusickinformation for each job listed includes 3323733Sbloomjob number, number of files to transfer, user who 3423733Sbloomspooled the job, number of bytes to send, type of command requested 3523733Sbloom(S for sending files, R for receiving files, X for remote uucp), 3623733Sbloomand file or command desired. 3748587Scael.Pp 3823733SbloomSeveral options are available: 3948587Scael.Bl -tag -width Ar 4048587Scael.It Fl h 4123733SbloomPrint only the summary lines for each system. Summary lines give system 4223733Sbloomname, number of jobs for the system, and total number of bytes to send. 4348587Scael.It Fl l 4423733SbloomSpecifies a long format listing. The default is to list only the 4523733Sbloomjob numbers sorted across the page. 4648587Scael.It Fl s Ns Ar system 4748587ScaelLimit output to jobs for systems whose system names begin with 4848587Scael.Ar system . 4948587Scael.It Fl u Ns Ar user 5048587ScaelLimit output to jobs for users whose login names begin with 5148587Scael.Ar user . 5248587Scael.It Fl d Ns Ar jobno 5348587ScaelDelete job number 5448587Scael.Ar jobno 5548587Scael(as obtained from a previous 5648587Scael.Nm uuq 5748587Scaelcommand) 5827380Smckusickfrom the uucp queue. 5948587ScaelOnly the 6048587Scael.Tn UUCP 6148587ScaelAdministrator is permitted to delete jobs. 6248587Scael.It Fl r Ns Ar sdir 6348587ScaelLook for files in the spooling directory 6448587Scael.Ar sdir 6548587Scaelinstead of the default 6623733Sbloomdirectory. 6748587Scael.It Fl b Ns Ar baud 6848587ScaelUse 6948587Scael.Ar baud 7048587Scaelto compute the transfer time instead of the default 7127380Smckusick1200 baud. 7248587Scael.El 7348587Scael.Sh FILES 7448587Scael.Bl -tag -width /usr/spool/uucp/Dhostname./D.x -compact 7548587Scael.It Pa /usr/spool/uucp/ 7648587ScaelDefault spool directory 7748587Scael.It Pa /usr/spool/uucp/C./C.* 7848587ScaelControl files 7948587Scael.It Pa /usr/spool/uucp/D Ns Em hostname ./D.* 8048587ScaelOutgoing data files 8148587Scael.It Pa /usr/spool/uucp/X./X.* 8248587ScaelOutgoing execution files 8348587Scael.El 8448587Scael.Sh SEE ALSO 8548587Scael.Xr uucp 1 , 8648587Scael.Xr uux 1 , 8748587Scael.Xr uulog 1 , 8848587Scael.Xr uusnap 8 8948587Scael.Sh BUGS 9023733SbloomNo information is available on work requested by the remote machine. 9148587Scael.Pp 9223733SbloomThe user who requests a remote uucp command is unknown. 9348587Scael.Pp 9448587Scael.Dq Li uq \-l 9527380Smckusickcan be horrendously slow. 9648587Scael.Sh HISTORY 9748587ScaelThe 9848587Scael.Nm 9948587Scaelcommand appeared in 10048587Scael.Bx 4.3 . 101