rexec Command Examples

Execute a command on a remote host. Note: Use rexec with caution, as it transmits data in plain text. Consider secure alternatives like SSH for encrypted communication. More information: https://www.gnu.org/software/inetutils/manual/html_node/rexec-invocation.html.

rexec {{[-h|--host]}} {{remote_host}} {{ls -l}}

rexec {{[-u|--username]}} {{username}} {{[-h|--host]}} {{remote_host}} {{ps aux}}

rexec {{[-n|--noerr]}} {{[-h|--host]}} {{remote_host}} {{ls -l}}

rexec {{[-P|--port]}} {{1234}} {{[-h|--host]}} {{remote_host}} {{ls -l}}