1UUQ(1C) UUQ(1C)
2
3
4
6 uuq - examine or manipulate the uucp queue
7
9 uuq [ -l ] [ -h ] [ -ssystem ] [ -uuser ] [ -djobno ] [ -rsdir ] [
10 -bbaud ]
11
13 Uuq is used to examine (and possibly delete) entries in the uucp queue.
14
15 When listing jobs, uuq uses a format reminiscent of ls. For the long
16 format, information for each job listed includes job number, number of
17 files to transfer, user who spooled the job, number of bytes to send,
18 type of command requested (S for sending files, R for receiving files,
19 X for remote uucp), and file or command desired.
20
21 Several options are available:
22
23 -h Print only the summary lines for each system. Summary lines
24 give system name, number of jobs for the system, and total
25 number of bytes to send.
26
27 -l Specifies a long format listing. The default is to list only
28 the job numbers sorted across the page.
29
30 -ssystem Limit output to jobs for systems whose system names begin
31 with system.
32
33 -uuser Limit output to jobs for users whose login names begin with
34 user.
35
36 -djobno Delete job number jobno (as obtained from a previous uuq com‐
37 mand) from the uucp queue. Only the UUCP Administrator is
38 permitted to delete jobs.
39
40 -rsdir Look for files in the spooling directory sdir instead of the
41 default directory.
42
43 -bbaud Use baud to compute the transfer time instead of the default
44 1200 baud.
45
47 /usr/spool/uucp/ Default spool directory
48 /usr/spool/uucp/C./C.* Control files
49 /usr/spool/uucp/Dhostname./D.* Outgoing data files
50 /usr/spool/uucp/X./X.* Outgoing execution files
51
53 uucp(1C), uux(1C), uulog(1C), uusnap(8C)
54
56 No information is available on work requested by the remote machine.
57
58 The user who requests a remote uucp command is unknown.
59
60 Uuq -l can be horrendously slow.
61
63 Lou Salkind, New York University
64
65
66
674.3 Berkeley Distribution April 24, 1986 UUQ(1C)