Symantec Endpoint Protection (SEP) for Linux の定時スキャンをコマンドで設定したい。
定時スキャンを設定するには以下のコマンドを入力します。
/opt/Symantec/symantec_antivirus/sav scheduledscan -c <スキャン ID> <パラメータ> <パス名>
例えば毎日 15 時に "test" というスキャン ID で完全スキャンを実行する設定を作成する場合は、以下のコマンドを入力します。
/opt/Symantec/symantec_antivirus/sav scheduledscan -c test -f daily -i 15:00 /
設定済みの定時スキャンとスケジュールの一覧を確認するには以下のコマンドを入力します。
/opt/Symantec/symantec_antivirus/sav scheduledscan -l
<パラメータ> に指定する項目等 sav scheduledscan コマンドの詳細につきましては、添付の Client_Guide_Linux_SEP14.x.pdf (Symantec Endpoint Protection for Linux クライアントガイド PDF) 17 ページを参照してください。