UUXQT(8) System Manager's Manual UUXQT(8)NAME
uuxqt - UUCP execution file interpreter
SYNOPSIS
/usr/libexec/uuxqt [ -xdebug ]
DESCRIPTION
Uuxqt interprets execution files created on a remote system via uux(1) and transferred to the local system via uucico(8). When a user uses
uux to request remote command execution, it is uuxqt that actually executes the command. Normally, uuxqt is forked from uucico to process
queued execution files; for debugging, it may also be run manually by the UUCP administrator.
Uuxqt runs in its own subdirectory, /usr/spool/uucp/XTMP. It copies intermediate files to this directory when necessary.
FILES
/etc/uucp/L.cmds Remote command permissions list
/etc/uucp/USERFILE Remote directory tree permissions list
/usr/spool/uucp/LOGFILE UUCP system activity log
/usr/spool/uucp/LCK/LCK.XQT Uuxqt lock file
/usr/spool/uucp/X./ Incoming execution file directory
/usr/spool/uucp/XTMP Uuxqt running directory
SEE ALSO uucp(1), uux(1), L.cmds(5), USERFILE(5), uucico(8)4.3 Berkeley Distribution October 23, 1996 UUXQT(8)
Check Out this Related Man Page
uuxqt(8) System Manager's Manual uuxqt(8)NAME
uuxqt - UUCP execution daemon
SYNOPSIS
uuxqt [ options ]
DESCRIPTION
The uuxqt daemon executes commands requested by uux (1) from either the local system or from remote systems. It is started automatically
by the uucico (8) daemon (unless uucico (8) is given the -q or --nouuxqt option).
There is normally no need to run this command, since it will be invoked by uucico (8). However, it can be used to provide greater control
over the processing of the work queue.
Multiple invocations of uuxqt may be run at once, as controlled by the max-uuxqts configuration command.
OPTIONS
The following options may be given to uuxqt.
-c command, --command command
Only execute requests for the specified command. For example:
uuxqt --command rmail
-s system, --system system
Only execute requests originating from the specified system.
-x type, --debug type
Turn on particular debugging types. The following types are recognized: abnormal, chat, handshake, uucp-proto, proto, port, config,
spooldir, execute, incoming, outgoing. Only abnormal, config, spooldir and execute are meaningful for uuxqt.
Multiple types may be given, separated by commas, and the --debug option may appear multiple times. A number may also be given, which
will turn on that many types from the foregoing list; for example, --debug 2 is equivalent to --debug abnormal,chat.
The debugging output is sent to the debugging file, usually one of /var/log/uucp/Debug, /usr/spool/uucp/DEBUG, or
/var/spool/uucp/.Admin/audit.local.
-I file, --config
Set configuration file to use. This option may not be available, depending upon how uuxqt was compiled.
-v, --version
Report version information and exit.
--help
Print a help message and exit.
FILES
The file names may be changed at compilation time or by the configuration file, so these are only approximations.
/etc/uucp/config - Configuration file.
/etc/uucp/oldconfig/ - Alternative configuration (HDB or V2 format)
/var/spool/uucp - UUCP spool directory.
/var/log/uucp/Log - UUCP log file.
/var/spool/uucppublic - Default UUCP public directory.
/var/log/uucp/Debug - Debugging file.
SEE ALSO uucp(1), uux(1), uucico(8)AUTHOR
Ian Lance Taylor (ian@airs.com)
Taylor UUCP 1.06 uuxqt(8)
i'm having trouble configuring uux on my two unix systems {system "a" and system "b") and all i can figure out is that i have to have an entry in /etc/uucp/permissions to configure what commands i will have available on system "b"
and uucp has an entry in /etc/passwd but i cannot execute any... (3 Replies)
NEWS:
UUCP vulnerability found in the command line argument handling of uucp which could be exploited by a local user to obtain uucp uid/gid.
http://www.linuxhelp.net/article.pl?sid=02/02/20/0335219&mode=&threshold= (1 Reply)
Hi there
Firstly, can someone tell me if UUCP is necessary when using Mailx. I don't know much about UUCP other than it is a form of networking that allows files and electronic mail to be transfered.
Secondly, Unix keeps a log of the last time users have logged on. When I look at the user... (3 Replies)
I keep getting the following errors and I don't know where to look to resolve the problem. Any ideas?
bellmail: lockf(/usr/spool/mail/uucp): permission denied
bellmail: lockf(/usr/spool/mail/root): permission denied
bellmail: lockf(/usr/spool/mail/daemon): no such file or directory....
AIX... (1 Reply)
Please help I am having difficulty getting uucp to send or receive a file from a remote site. The remote site settings are correct as they have been tested and tried on other systems.
When I try and send a file the modem dials and connects to the remote site uulog shows that the login is... (3 Replies)
hi all
i have directory
/usr
under this directory i have subdirectories
tmp1,tmp2,tmp3
like this
/usr/tmp1
/usr/tmp2
/usr/tmp3
and so on
i want to search string in files (i don't know the name of the files)and i want to serch it in all the directories under the /usr
how shell i do... (3 Replies)
I specified in my file that all cmds are bash:
------------
#!/bin/bash
ls -l
------------
thats the file
how would i run that one command? (2 Replies)
Hi Unix Gurus,
I'm a newbie to unix and need some help from you.
I'm going to give full access (777) to a subdirectory to an FTP account.
Let's say the subdirectory is
/usr/local/dir1/dir2/dir3
There are files in dir1, say
a.txt
b.cfg
c.xml
Will this account be able to access... (3 Replies)
Hi ,
Is there any way to achieve following using perl program (i.e without using system command).
1.system ("echo 'test' > /usr/spool/ship.csv");
2.system ("cat /usr/ajay_test* >> /usr/spool/RAM/work/patil.csv");
3.system("> /usr/spool/ajay.txt");
e.g
for system("rm -f... (1 Reply)
I have a problem using uucp. I have Ubuntu 10.4 and i installed the 'uucp' package.
In my LAN there are a desktop pc, a laptop, and the router
the desktop local ip is: 192.168.0.2
the laptop local ip is: 192.168.0.4
Here are the /etc/uucp/config and the /etc/uucp/sys i used on the desktop.... (4 Replies)
Hello all, I'm stuck with a routine that is driving me crazy.
What I need to do is GET (or grep is better) the latest log file created on a specified directory stored on remote machine.
It's a classic log file, and the filename is like:
20101024_221000_10.92.10.1.log... (11 Replies)
Is this an attack attempt? I got an e-mail from 'uucp Admin' last night and again this morning:
What does it mean and what can I do about it? Thanks (4 Replies)
Hi There
Is there a maximum number of concurrent incoming uucp connections to a server?
SCO Openserver 5.07
Is there a parameter in some config file where this can be changed?
Thanx (5 Replies)
Hello All,
I am on HP-UX.
Problem is that my remote script behaves different depending on execution method.
Method1 (Remote execution):
remsh remoteserver /home/myscript.sh
Method2 (Local execution):
remoteserver :/home#sh myscript.sh
In method 2, I can succesfully set timestamp with... (6 Replies)