忘備録
df の例
cd \java
java -jar ./acp_commander.jar -t 192.168.253.102 -ip 192.168.253.102 -pw **** -c "df"
Changeing IP: ACP_STATE_FAILURE が出るが無視
以下 SSh化するために
①rootパス設定
-c "(echo *****; echo ****) | passwd"
② "Port 22" : コメントを外す
-c "sed -i 's/#Port 22/Port 22/g' /etc/sshd_config"
③"PermitRootLogin yes" : コメント外す
-c "sed -i 's/#PermitRootLogin yes/PermitRootLogin yes/g' /etc/sshd_config"
④ "UsePAM no" : コメントを外す
-c "sed -i 's/#UsePAM no/UsePAM no/g' /etc/sshd_config"
⑤ssh デーモンの再起動
-c "/etc/init.d/sshd.sh restart"
オプション |
概要 |
---|---|
-t | TeraStation/LinkStationのIPアドレスを指定 |
-pw | adminのパスワードを指定 |
-ip | IPアドレスを変更する |
-f | ネットワーク上のTeraStation/LinkStationを探す |
-o | 「telnetd」と「passwd -d root」コマンドを送る (rootのパスワードを削除する) |
-c | シェルコマンドを送る |
-s | インタラクティブシェル(対話型) |
-cb | /bootをクリアする |
-emmode | 次回起動をEMモードにする |
-normmode | 次回起動をノーマルモードにする |
-reboot | 再起動する |
-shutdown | シャットダウンする |