Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- larravel
- 톰캣
- SeLinux
- NetBeans
- properties
- 이클립스
- JSON
- ajax
- Android
- Linux
- input
- Spring
- File
- 와일드카드
- tomcat
- error
- DB
- 안드로이드
- curl
- javascript
- 리눅스
- CentOS
- MySQL
- junit
- jquery
- 정규식
- laravel
- java
- php
- html
Archives
- Today
- Total
합쭈기 programming
[CentOS] Clam AV 바이러스 검사 설치 본문
저장소 설치
# yum install epel-release
clamav 설치
# yum install clamav
사용법
db 업데이트
# freshclam
디렉토리를 정한 후 그 디렉토리를 검사
# clamscan -r /디렉토리명
디렉토리를 검사후 검사 내용을 로그파일로 생성
# clamscan -r /디렉토리명 -l datacheck.log
클램 안티바이러스에 대한 자세한 사용법
# clamscan -h
'Linux' 카테고리의 다른 글
[CentOS] node js 및 socket.io 셋팅 (0) | 2017.11.17 |
---|---|
[CentOS] cron 시 파일 사이즈가 0이 될때 (0) | 2017.08.24 |
[CentOS] 아파치 접속 확인 (0) | 2017.01.23 |
[CentOS] rsync 설정 (0) | 2017.01.02 |
[Cent OS] 시간 확인 및 설정 (0) | 2016.12.20 |