Linux uux command
Linux Command大全
The Linux uux command is used to execute commands on a remote UUCP host.
The Linux uux command can execute commands on a remote UUCP host or on the local machine, but it will use the remote computer's files when executing.
Syntax
uux [-bcCIjlnrvz][-a<address>][-g<rank>][-s<file>][-x<level>][--help][Command]
Parameter Description:
- -or-p or--stdin Directly read the instructions to be executed from the keyboard.
- -a<address> or--requestor<address> Execute the email address to send status information.
- -b or--erturn-stdin Display status information on the screen.
- -c or--nocopy Do not copy the file to the buffer.
- -C or--copy Copy the file to the buffer.
- -g<level> or--grade<level> Specify the priority order of the file transfer job.
- -I or--config file Specify the uux configuration file.
- -j or--jobid Display the job number.
- -l or--link Connect the file on the local machine to the buffer.
- -n or--notification=no Do not send any email notifications to the user regardless of the status.
- -r or--nouucico Do not immediately start the uucico service program, just send the job to the queue and then execute.
- -s<file> or--status<file> Save the completion status to the specified file.
- -v or--version Display version information.
- -x<level> or--debug<level> Specify the error logging level.
- -z or--notification=error Notify the user by email if an error occurs.
- --help Display help.
Online Examples
On the remote host, execute commands via uucp
# uux hnlinux! date /// On the remote host, specify the date command to view the system time
Linux Command大全