검역소
검역소는 감염된 파일을 안전하게 저장합니다. 치료할 수 없는 파일, 안전하지 않거나 제거하는 것이 권장되는 파일 또는 ESET Endpoint Antivirus for macOS에서 잘못 탐지되는 파일은 검역소에 보관해야 합니다. 어떤 파일이든 검역소에 보관할 수 있으며, 동작이 의심스럽지만 안티바이러스 검사기로 탐지되지 않는 파일은 검역소에 보관하는 것이 좋습니다. 검역소에 보관된 파일을 분석을 위해 ESET Virus Lab으로 전송할 수 있습니다.
터미널을 통해 검역소로 보낸 항목 관리
구문: /Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar [OPTIONS]
옵션 - 짧은 형식 |
옵션 - 긴 형식 |
설명 |
---|---|---|
-i |
--import |
파일을 검역소로 가져오기 |
-l |
--list |
검역소의 파일 목록 표시 |
-r |
--restore=id |
ID로 식별된 검역소 항목을 --restore-path로 정의된 경로로 복원 |
-e |
--restore-exclude=id |
ID로 식별되고 'x'가 표시된 검역소 항목을 제외 가능 열에 복원 |
-d |
--delete=id |
ID로 식별된 검역소 항목 제거 |
|
--restore-path=path |
검역소 항목을 복원할 새 경로 |
-h |
--help |
도움말 표시 |
-v |
--version |
버전 정보 표시 및 종료 |
복원 권한 있는 사용자로 명령을 실행하지 않는 경우 복원을 사용할 수 없습니다. |
예
ID가 "0123456789"인 검역소 항목을 제거합니다.
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar -d 0123456789 |
또는
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar --delete=0123456789 |
ID가 "9876543210"인 검역소 항목을 로그인한 사용자의 Download 폴더로 복원하고 이름을 restoredFile.test로 바꿉니다.
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar -r 9876543210 --restore-path=/Users/$USER/Desktop/restoredFile.test |
또는
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar --restore=9876543210 --restore-path=/Users/$USER/Desktop/restoredFile.test |
제외 가능 열에서 "x"가 표시된 ID가 "9876543210"인 검역소 항목을 Download 폴더로 복원합니다.
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar -e 9876543210 --restore-path=/Users/$USER/Downloads/restoredFile.test |
또는
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar --restore-exclude=9876543210 --restore-path=/Users/$USER/Downloads/restoredFile.test |
터미널을 통해 검역소에서 파일 복원
1.검역소에 있는 항목을 나열합니다.
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar -l
2.복원하려는 검역소 개체의 ID와 이름을 조회하고 다음 명령을 실행합니다.
/Applications/ESET\ Endpoint\ Antivirus.app/Contents/MacOS/quar --restore=ID_OF_OBJECT_TO_RESTORE --restore-