xref: /original-bsd/usr.bin/uucp/uuq/uuq.1 (revision 556ca7e8)
Copyright (c) 1988 The Regents of the University of California.
All rights reserved.

This code is derived from software contributed to Berkeley by
Rick Adams.

%sccs.include.redist.man%

@(#)uuq.1 6.5 (Berkeley) 03/15/91

UUQ 1 ""
C 6
NAME
uuq - examine or manipulate the uucp queue
SYNOPSIS
uuq [ -l ] [ -h ] [ -s system ] [ -u user ] [ -d jobno ] [ -r sdir ] [ -b baud ]
DESCRIPTION
Uuq is used to examine (and possibly delete) entries in the uucp queue.

When listing jobs, uuq uses a format reminiscent of ls . For the long format, information for each job listed includes job number, number of files to transfer, user who spooled the job, number of bytes to send, type of command requested (S for sending files, R for receiving files, X for remote uucp), and file or command desired.

Several options are available:

10 -h Print only the summary lines for each system. Summary lines give system name, number of jobs for the system, and total number of bytes to send.

10 -l Specifies a long format listing. The default is to list only the job numbers sorted across the page.

10 -s system Limit output to jobs for systems whose system names begin with system.

10 -u user Limit output to jobs for users whose login names begin with user.

10 -d jobno Delete job number jobno (as obtained from a previous uuq command) from the uucp queue. Only the UUCP Administrator is permitted to delete jobs.

10 -r sdir Look for files in the spooling directory sdir instead of the default directory.

10 -b baud Use baud to compute the transfer time instead of the default 1200 baud.

FILES
/var/spool/uucp/ Default spool directory /var/spool/uucp/C./C.* Control files

/var/spool/uucp/Dhostname./D.* Outgoing data files /var/spool/uucp/X./X.* Outgoing execution files

SEE ALSO
uucp(1), uux(1), uulog(1), uusnap(8)
BUGS
No information is available on work requested by the remote machine.

The user who requests a remote uucp command is unknown.

"Uuq -l" can be horrendously slow.

AUTHOR
Lou Salkind, New York University