pdsh-rcmd-exec (2.35-1)
Published 2025-03-26 17:34:38 -06:00 by tredfear
Installation
# on RedHat based distributions
dnf config-manager --add-repo
# on SUSE based distributions
zypper addrepo # on RedHat based distributions
dnf install pdsh-rcmd-exec
# on SUSE based distributions
zypper install pdsh-rcmd-exec
Repository Info
Architectures |
x86_64 |
About this package
Provides arbitrary command execution "rcmd" method to pdsh
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.