エントリーの編集
エントリーの編集は全ユーザーに共通の機能です。
必ずガイドラインを一読の上ご利用ください。
Parallel Distributed Shell(pdsh)を使って複数ホストに並列コマンド実行する - Qiita
記事へのコメント0件
- 注目コメント
- 新着コメント
このエントリーにコメントしてみましょう。
注目コメント算出アルゴリズムの一部にLINEヤフー株式会社の「建設的コメント順位付けモデルAPI」を使用しています
- バナー広告なし
- ミュート機能あり
- ダークモード搭載
関連記事
Parallel Distributed Shell(pdsh)を使って複数ホストに並列コマンド実行する - Qiita
$ sudo yum --enablerepo=epel install pdsh (略) $ pdsh -h Usage: pdsh [-options] command ... -S ... $ sudo yum --enablerepo=epel install pdsh (略) $ pdsh -h Usage: pdsh [-options] command ... -S return largest of remote command return values -h output usage menu and quit -V output version information and quit -q list the option settings and quit -b disable ^C status feature (batch mode) -d enable extra debug information from ^C status -l user execute remote commands as user -t seconds set connect

