V8/usr/man/man8/uuxqt.8

Compare this file to the similar file:
Show the results in this format:

.TH UUXQT 8
.SH NAME
uuxqt  \- execute remote command requests
.SH SYNOPSIS
.B /usr/lib/uucp/uuxqt
[
.B \-s
system
] [
.B \-x
debug_level
]
.SH DESCRIPTION
.I Uuxqt
executes remote command requests
generated by
.IR uux (1).
It searches the
.I uucp
spool directories looking for
filenames starting with
.BR X ,
checks to see that all required data files are
available and accessible
and that the requested command is permitted for the
requesting system,
and invokes the command if all is well.
The
.I Permissions
file is used to validate file accessibility and
command execution permission.
.PP
Before the command is invoked,
the environment variable
UU_MACHINE
is set to the name of the machine that sent the job (the previous one);
UU_USER
is the user that sent the job.
These can be used in writing remote commands that
provide information, auditing, or restrictions.
PATH is set to
/bin:/usr/bin;
USER is set to
.I uucp .
The file creation mask
(\c
.I umask (2))
is set to 0.
.PP
A limited number of copies of
.I uuxqt
are allowed to exist
at a given time;
the number lives in the file
.IR /usr/lib/uucp/Maxuuxqts .
.SH FILES
.br
.nf
/usr/lib/uucp/Permissions
/usr/lib/uucp/Maxuuxqts
/usr/spool/uucp/\(**
/usr/spool/uucp/LCK\(**
.fi
.SH "SEE ALSO"
uucp(1), uux(1), uucico(8), uustat(1)