xref: /csrg-svn/usr.bin/uucp/uuxqt/uuxqt.8 (revision 66995)
162411Sbostic.\" Copyright (c) 1980, 1991, 1993
262411Sbostic.\"	The Regents of the University of California.  All rights reserved.
327394Smckusick.\"
447469Scael.\" %sccs.include.redist.man%
527394Smckusick.\"
6*66995Sbostic.\"     @(#)uuxqt.8	8.2 (Berkeley) 04/19/94
747469Scael.\"
847469Scael.Dd
947469Scael.Dt UUXQT 8
1047469Scael.Os BSD 4.3
1147469Scael.Sh NAME
1247469Scael.Nm uuxqt
1347469Scael.Nd
1447469Scael.Tn UUCP
1547469Scaelexecution file interpreter
1647469Scael.Sh SYNOPSIS
1747469Scael.Nm uuxqt
1847469Scael.Op Fl x Ar debug
1947469Scael.Sh DESCRIPTION
2047469Scael.Nm Uuxqt
2127394Smckusickinterprets
2247469Scael.Em execution files
2327394Smckusickcreated on a remote system via
2447469Scael.Xr uux 1
2527394Smckusickand transferred to the local system via
2647469Scael.Xr uucico 8 .
2727394SmckusickWhen a user uses
2847469Scael.Xr uux
2927394Smckusickto request remote command execution, it is
3047469Scael.Nm uuxqt
3127394Smckusickthat actually executes the command.
3247469Scael.Pp
33*66995SbosticThe options are as follows:
3447469Scael.Bl -tag -width Ar
3547469Scael.It Fl x Ns Ar debug
3627394SmckusickNormally,
3747469Scael.Nm uuxqt
3827394Smckusickis forked from
3947469Scael.Xr uucico 8
4027394Smckusickto process queued execution files;
4147469Scaelfor debugging, it may also be run manually by the
4247469Scael.Tn UUCP
4347469Scaeladministrator.
4447469Scael.El
4547469Scael.Pp
4647469Scael.Nm Uuxqt
4747469Scaelruns in its own subdirectory
4847469Scael.Pa /var/spool/uucp/XTMP .
4927394SmckusickIt copies intermediate files to this directory when necessary.
5047469Scael.Sh FILES
5147469Scael.Bl -tag -width /var/spool/uucp/LCK/LCK.XQT -compact
5247469Scael.It Pa /usr/lib/uucp/L.cmds
5347469ScaelRemote command permissions list
5447469Scael.It Pa /usr/lib/uucp/USERFILE
5547469ScaelRemote directory tree permissions list
5647469Scael.It Pa /var/spool/uucp/LOGFILE
5747469Scael.Tn UUCP
5847469Scaelsystem activity log
5947469Scael.It Pa /var/spool/uucp/LCK/LCK.XQT
6047469Scael.Nm Uuxqt
6147469Scaellock file
6247469Scael.It Pa /var/spool/uucp/X./
6347469ScaelIncoming execution file directory
6447469Scael.It Pa /var/spool/uucp/XTMP
6547469Scael.Nm Uuxqt
6647469Scaelrunning directory
6747469Scael.El
6847469Scael.Sh SEE ALSO
6947469Scael.Xr uucp 1 ,
7047469Scael.Xr uux 1 ,
7147469Scael.Xr L.cmds 5 ,
7247469Scael.Xr USERFILE 5 ,
7347469Scael.Xr uucico 8
7447469Scael.Sh HISTORY
7547469ScaelThe
7647469Scael.Nm
7747469Scaelcommand appeared in
7847469Scael.Bx 4.3 .
79