クライアントコマンド(hchmod)
hchmodコマンドは、リモート(サーバ、hcpdサーバ)上でファイルのパーミッションを変更するコマンドです。本コマンドは、Windowsサービスではサポートしません。
#
基本書式Usage: hchmod [OPTION]... MODE[,MODE...] [USER@]HOST[:PORT]:FILE [:FILE]... or: hchmod [OPTION]... OCTAL-MODE [USER@]HOST[:PORT]:FILE [:FILE]... or: hchmod [OPTION]... --host=HOST [--port=PORT] [--user=USER] MODE[,MODE...] FILE... or: hchmod [OPTION]... --host=HOST [--port=PORT] [--user=USER] OCTAL-MODE FILE...
#
オプション一覧hchmodコマンドのオプションは以下の通りです。
パーミッション変更
説明 | 短縮名 | オプション名 |
---|---|---|
ディレクトリを再帰的に探索してパーミッション変更 | R | recursive |
接続先リモートホストの指定 | host | |
接続先リモートホストのサービスポート指定 | port |
通信方式選択機能
説明 | 短縮名 | オプション名 |
---|---|---|
HpFPプロトコルの使用 | hpfp | |
WebSocketプロトコル(SSL/TLS)の使用 | wss | |
ポート分離型UDP (HpFP)プロトコルの使用(廃止予定) | udp | |
WebSocketプロトコル(平文通信)の使用 | ws | |
プロキシ直接接続指定(WebSocketプロトコル使用時) | ws-proxy-direct | |
プロキシサーバの指定(WebSocketプロトコル使用時) | ws-proxy |
輻輳制御
説明 | 短縮名 | オプション名 |
---|---|---|
輻輳制御モードの指定(HpFPプロトコル使用時) | hpfp-cong |
データフロー制御・通信メッセージサイズ制御
説明 | 短縮名 | オプション名 |
---|---|---|
MSS(Maximum Segment Size)の指定(HpFPプロトコル使用時) | hpfp-mss |
データフロー制御・データバッファ設定
説明 | 短縮名 | オプション名 |
---|---|---|
送信バッファサイズの指定(HpFPプロトコル使用時) | hpfp-sndbuf | |
受信バッファサイズの指定(HpFPプロトコル使用時) | hpfp-rcvbuf |
認証
説明 | 短縮名 | オプション名 |
---|---|---|
サーバ証明書の検証無効化(WebSocket(SSL/TLS)通信時) | wss-no-check-certificate | |
ユーザ名を先に指定してパーミッション変更 | user | |
パスワードを先に指定してパーミッション変更 | password |
各種監視機能
説明 | 短縮名 | オプション名 |
---|---|---|
調査モード起動(廃止予定) | investigation |
ログ管理機能
説明 | 短縮名 | オプション名 |
---|---|---|
アプリケーションログの出力先指定 | log-file | |
各種統計ログの出力先指定 | stat-log-file | |
実行記録の出力先指定 | hcp-out | |
多重起動モードで起動 | multi-run |
ソフトウェアの情報確認
説明 | 短縮名 | オプション名 |
---|---|---|
バージョン確認 | V | version |
入力パラメータ及び設定情報確認 | config-test | |
コマンドヘルプの表示 | h | help |
システム動作環境設定
説明 | 短縮名 | オプション名 |
---|---|---|
設定ファイルのパス指定 | config-file | |
設定項目上書き指定 | config-option | |
実行ディレクトリからの相対パスでInclude | include-conf-from-cwd | |
サーバ互換対応無効化 | no-earlier-serv-compat |
次のオプションはhcpdコマンドの説明をご参照ください。
--investigation
次のオプションはhcpコマンドの説明をご参照ください。
--hpfp, --wss, --user, --password, --config-file, --config-option, --log-file, --stat-log-file, --udp, --ws, --wss-no-check-certificate, --ws-proxy-direct, --ws-proxy, --hpfp-cong, --hpfp-mss, --hpfp-sndbuf, --hpfp-rcvbuf, --multi-run, --include-conf-from-cwd, --no-earlier-serv-compat
#
パーミッション変更#
R, recursive=========================================================================対応OS : Linux / Windows書式 : -R | --recursive=========================================================================
ディレクトリを再帰的に探索してパーミッションの変更を適用します。
--例:[user@localhost ~]$ hchmod -R ...--
#
host=========================================================================対応OS : Linux / Windows書式 : --host=<remote-host>-------------------------------------------------------------------------remote-host既定値 : なし値の範囲 : IPアドレス もしくは ホスト名=========================================================================
接続先のリモートホストを指定します。ファイルを指定するパスに適用されます。このパラメータを指定した場合、このパスのホスト名を省略することができます。
--例:[user@localhost ~]$ hchmod --remote-host=192.168.100.100 ...--
#
port=========================================================================対応OS : Linux / Windows書式 : --port=<remote-port>-------------------------------------------------------------------------remote-port既定値 : なし値の範囲 : ポート番号=========================================================================
接続先のリモートホストのサービスポート番号を指定します。ファイルを指定するパスに適用されます。
--例:[user@localhost ~]$ hchmod --remote-port=1874 ...--
#
ログ管理機能#
hcp-out=========================================================================対応OS : Linux / Windows書式 : --hcp-out=<output-path>-------------------------------------------------------------------------output-path既定値 : なし値の範囲 : ファイルシステムのパス文字列=========================================================================
パーミッション変更の実行記録を出力するファイルを指定します。
--例:[user@localhost ~]$ hchmod --hcp-out=- ...HOST 127.0.0.1:1874OK 0000 CA 00000001 hcp_dst/file1.txtEXIT 0 REASON 0000[user@localhost ~]$ --
--例:[user@localhost ~]$ hchmod --hcp-out=- ...--
#
ソフトウェアの情報確認#
V, version=========================================================================対応OS : Linux / Windows書式 : -V | --version=========================================================================
hchmodコマンドのバージョンを表示します。
--例:[user@localhost ~]$ hchmod -Vhchmod client (hchmod) 1.3.4_3 / Linux (HpFP2 2.0.0.91_21 WSAPI 0.0.1.30 WS 4.2.0-1)--
#
config-test=========================================================================対応OS : Linux / Windows書式 : --config-test=========================================================================
hchmodコマンドの入力パラメータ及び設定情報を出力します。
--例:[user@localhost ~]$ hchmod --config-test...
Number of Logical Processors : 2Number of Physical Processors : 2
Command parameters modes : - recursive : disable host : disable port : disable user : disable password : disable version : disable help : disable
Configuration parameters PubkeyAuthentication : yes WinLogonUserAuthentication : yes PAMAuthentication : yes LocalPasswordAuthentication : yes CompressLevel : -1 StrictHostKeyChecking : ask PrivateKeyFile : - [~/.hcp/id_rsa] TransportTimeout : 180 AcceptableCryptMethod : AES256/GCM AES256/CTR/VMAC AES256/CBC AES128/CBC [Intel:AES-NI=yes] AcceptableDigestMethod : XXH3 MM128 SHA256 SHA160
Please type '--config-test --config-test ...' for more details.--
#
h, help=========================================================================対応OS : Linux / Windows書式 : -h | --help=========================================================================
hchmodコマンドのヘルプを表示します。
--例:[user@localhost ~]$ hchmod -h--