13,002
回編集
(→スキャン) |
|||
84行目: | 84行目: | ||
<br> | <br> | ||
フルスキャン、クイックスキャン、タスクIDによって決定される以前のスキャン、カスタムスキャンのスキャンプロファイルの設定を確認する。<br> | フルスキャン、クイックスキャン、タスクIDによって決定される以前のスキャン、カスタムスキャンのスキャンプロファイルの設定を確認する。<br> | ||
sudo get scanprof <full または quick または custom> | sudo bduitool get scanprof <full または quick または custom> | ||
<br> | <br> | ||
# フルスキャンを実行する | # フルスキャンを実行する | ||
sudo scan -s full | sudo bduitool scan -s full | ||
# クイックスキャンを実行する | # クイックスキャンを実行する | ||
sudo scan -s quick | sudo bduitool scan -s quick | ||
# 指定されたタスクIDのタスクを実行する | # 指定されたタスクIDのタスクを実行する | ||
sudo scan -s task <taskID> | sudo bduitool scan -s task <taskID> | ||
# 任意のファイルやディレクトリに対して、カスタムスキャンを実行する | # 任意のファイルやディレクトリに対して、カスタムスキャンを実行する | ||
sudo scan -s custom <path1> <path2> ... | sudo bduitool scan -s custom <path1> <path2> ... | ||
例. sudo scan -s custom /home/user1/folder1 /home/user1/file.txt | 例. sudo bduitool scan -s custom /home/user1/folder1 /home/user1/file.txt | ||
<br> | <br> | ||
以下の例では、カスタムスキャンにワイルドカードを使用している。<br> | 以下の例では、カスタムスキャンにワイルドカードを使用している。<br> | ||
# 1つのディレクトリレベルを拡張する | # 1つのディレクトリレベルを拡張する | ||
sudo scan -s custom /dir/*/direxpands | sudo bduitool scan -s custom /dir/*/direxpands | ||
# ディレクトリツリーを完全に展開する | # ディレクトリツリーを完全に展開する | ||
sudo scan -s custom "/dir/*/dir" | sudo bduitool scan -s custom "/dir/*/dir" | ||
# ?記号を使用して1文字を置換する | # ?記号を使用して1文字を置換する | ||
sudo scan -s custom "/dir/*/dir?" | sudo bduitool scan -s custom "/dir/*/dir?" | ||
<br> | <br> | ||
また、一時停止、再開、停止コマンドは、Bitdefender User Interface Toolから開始したスキャンにのみ適用される。<br> | また、一時停止、再開、停止コマンドは、Bitdefender User Interface Toolから開始したスキャンにのみ適用される。<br> | ||
# 実行中の全てのスキャンタスクを一時停止する | # 実行中の全てのスキャンタスクを一時停止する | ||
sudo scan -p | sudo bduitool scan -p | ||
# 一時停止している全てのスキャンタスクを再開する | # 一時停止している全てのスキャンタスクを再開する | ||
sudo scan -r | sudo bduitool scan -r | ||
# 実行中または一時停止中の全てのスキャンタスクを停止する | # 実行中または一時停止中の全てのスキャンタスクを停止する | ||
sudo scan -q | sudo bduitool scan -q | ||
<br> | <br> | ||
Bitdefender Endpoint Security Tools (BEST) for Linuxの使用についての詳細は、[https://www.bitdefender.com/business/support/en/77212-37124-linux.html 公式WebサイトのユーザーズガイドにあるScanning for malware]を参照すること。<br> | Bitdefender Endpoint Security Tools (BEST) for Linuxの使用についての詳細は、[https://www.bitdefender.com/business/support/en/77212-37124-linux.html 公式WebサイトのユーザーズガイドにあるScanning for malware]を参照すること。<br> |