Easy Tutorial
❮ Linux Comm Ext2Ed Linux Comm Gitps ❯

Linux uux Command

Linux Command Manual

The Linux uux command is used to execute commands on a remote UUCP host.

uux can execute commands on a remote UUCP host or locally, but it uses files from the remote computer during execution.

Syntax

uux [-bcCIjlnrvz][-a<address>][-g<grade>][-s<file>][-x<level>][--help][command]

Parameter Description:

- - or -p or --stdin: Read the command to be executed directly from the keyboard.

Example

Execute a command on a remote host uucp

# uux hnlinux! date  /// View the system time on the remote host using the date command

Linux Command Manual

❮ Linux Comm Ext2Ed Linux Comm Gitps ❯