Jump to letter: [
ACDEFGIKLMNOPQRSTUXZ
]
pdsh-rcmd-exec - Provides arbitrary command execution "rcmd" method to pdsh
- Description:
Pdsh module for generic exec capability. This module allows
execution of an arbitrary command line for each target host in
place of a more specific rcmd connect method (i.e. ssh, rsh, etc.).
The command executed for each host is built from the pdsh
"remote" command line: The first remote argument is the command
to execute, followed by any arguments including "%h", "%u", and
"%n", which are the remote target, username, and rank respectively.
Packages