xref: /original-bsd/usr.bin/uucp/uuxqt/uuxqt.8 (revision e58c8952)
1.\" Copyright (c) 1980, 1991, 1993
2.\"	The Regents of the University of California.  All rights reserved.
3.\"
4.\" %sccs.include.redist.man%
5.\"
6.\"     @(#)uuxqt.8	8.2 (Berkeley) 04/19/94
7.\"
8.Dd
9.Dt UUXQT 8
10.Os BSD 4.3
11.Sh NAME
12.Nm uuxqt
13.Nd
14.Tn UUCP
15execution file interpreter
16.Sh SYNOPSIS
17.Nm uuxqt
18.Op Fl x Ar debug
19.Sh DESCRIPTION
20.Nm Uuxqt
21interprets
22.Em execution files
23created on a remote system via
24.Xr uux 1
25and transferred to the local system via
26.Xr uucico 8 .
27When a user uses
28.Xr uux
29to request remote command execution, it is
30.Nm uuxqt
31that actually executes the command.
32.Pp
33The options are as follows:
34.Bl -tag -width Ar
35.It Fl x Ns Ar debug
36Normally,
37.Nm uuxqt
38is forked from
39.Xr uucico 8
40to process queued execution files;
41for debugging, it may also be run manually by the
42.Tn UUCP
43administrator.
44.El
45.Pp
46.Nm Uuxqt
47runs in its own subdirectory
48.Pa /var/spool/uucp/XTMP .
49It copies intermediate files to this directory when necessary.
50.Sh FILES
51.Bl -tag -width /var/spool/uucp/LCK/LCK.XQT -compact
52.It Pa /usr/lib/uucp/L.cmds
53Remote command permissions list
54.It Pa /usr/lib/uucp/USERFILE
55Remote directory tree permissions list
56.It Pa /var/spool/uucp/LOGFILE
57.Tn UUCP
58system activity log
59.It Pa /var/spool/uucp/LCK/LCK.XQT
60.Nm Uuxqt
61lock file
62.It Pa /var/spool/uucp/X./
63Incoming execution file directory
64.It Pa /var/spool/uucp/XTMP
65.Nm Uuxqt
66running directory
67.El
68.Sh SEE ALSO
69.Xr uucp 1 ,
70.Xr uux 1 ,
71.Xr L.cmds 5 ,
72.Xr USERFILE 5 ,
73.Xr uucico 8
74.Sh HISTORY
75The
76.Nm
77command appeared in
78.Bx 4.3 .
79