HP-UX Reference (11i v2 07/12) - 1 User Commands N-Z (vol 2)

u
uux(1) uux(1)
-n Do not notify the user if the command fails.
-r Do not start the file transfer, just queue the job.
-sfile Report status of the transfer in file.
-xdebug_level Produce debugging output on standard output. The debug_level is a number between
0 and 9. The higher the number, the more detailed the information returned.
-z Send success notification to user.
WARNINGS
Only the first command of a shell pipeline can have a system-name
!. All other commands are executed on
the system of the first command.
The use of the shell metacharacter
* will probably not do what you want it to do. The shell tokens
<< and
>> are not implemented.
The execution of commands on remote systems takes place in an execution directory known to the
UUCP
subsystem. All files required for the execution are put into this directory unless they already reside on that
machine. Therefore, the simple file name (without path or machine reference) must be unique within the
uux request. The following command does not work:
uux "a!diff b!/usr/dan/xyz c!/usr/dan/xyz > !xyz.diff"
but the command:
uux "a!diff a!/usr/dan/xyz c!/usr/dan/xyz > !xyz.diff"
works (if diff is a permitted command).
Protected files and files that are in protected directories that are owned by the requester can be sent in
commands using uux. However, if the requester is root, and the directory is not searchable by
other,
the request fails.
FILES
/etc/uucp configuration files
/var/uucp log and error files
/var/spool/uucp spool directories
/var/spool/locks
lock files
/var/spool/uucppublic
public directory
SEE ALSO
mail(1), uuclean(1M), uucp(1).
Tim O’Reilly and Grace Todino,
Managing UUCP and Usenet, O’Reilly & Associates, Inc. USA.
Grace Todino and Dale Dougherty,
Using UUCP and Usenet, O’Reilly & Associates, Inc. USA.
STANDARDS CONFORMANCE
uux: SVID2, SVID3, XPG2, XPG3, XPG4
402 Hewlett-Packard Company 2 HP-UX 11i Version 2: December 2007 Update