macro and text revision (-mdoc version 3)
[unix-history] / usr / src / usr.bin / uucp / uuxqt / uuxqt.8
CommitLineData
b42074ab
CL
1.\" Copyright (c) 1980, 1991 Regents of the University of California.
2.\" All rights reserved.
c843f639 3.\"
b42074ab 4.\" %sccs.include.redist.man%
c843f639 5.\"
b42074ab
CL
6.\" @(#)uuxqt.8 6.4 (Berkeley) %G%
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
c843f639 21interprets
b42074ab 22.Em execution files
c843f639 23created on a remote system via
b42074ab 24.Xr uux 1
c843f639 25and transferred to the local system via
b42074ab 26.Xr uucico 8 .
c843f639 27When a user uses
b42074ab 28.Xr uux
c843f639 29to request remote command execution, it is
b42074ab 30.Nm uuxqt
c843f639 31that actually executes the command.
b42074ab
CL
32.Pp
33Option availble:
34.Bl -tag -width Ar
35.It Fl x Ns Ar debug
c843f639 36Normally,
b42074ab 37.Nm uuxqt
c843f639 38is forked from
b42074ab 39.Xr uucico 8
c843f639 40to process queued execution files;
b42074ab
CL
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 .
c843f639 49It copies intermediate files to this directory when necessary.
b42074ab
CL
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 .