[백신] 리눅스용 백신 f-prot

F-prot (http://www.f-prot.com)은 리눅스용 anti-virus 프로그램이다.

유료 프로그램 이지만, 리눅스 개인 유저에게는 무료로 제공된다.

RPM 파일과 tar.tar(gz) 파일로 제공되므로, 원하는 패키지를 다운받아서

설치하면 된다.

여기에서는 tar 파일을 이용해서 설치와 사용방법을 알아보자.

< 설 치 >

1. tar -zxvf fp-linux-ws.tar.tar

위의 명령으로 압축을 해제하면 f-prot란 디렉토리가 생성된다.

이 생성된 디렉토리를 /usr/local로 옮겨준다.

  

2. mv ./f-prot /usr/local

그후에 cd /usr/local/f-prot로 이동한 뒤에

./install-f-prot.pl 을 실행해서 설치를 진행한다.

— 아래는 설치 과정을 나타낸 것입니다. 참고하시기 바랍니다. —–

———————

[root@manpage root]# ./install-f-prot.pl

(c) FRISK Software International

http://www.f-prot.com/

        F – Prot Antivirus – workstation – for Unix.

######################################################

# You are starting the configuration part of the:    #

#     F – Prot Antivirus installation.               #

######################################################

Where do you want a symbolic link for F – Prot Antivirus to be generated?

[/usr/local/bin/] :   <엔터를 친다>

Where do you want the symbolic links for section 8 manuals to be generated (man8)?

[/usr/share/man/man8/] : <엔터를 친다>

Where do you want the symbolic links for the manuals for executable programs to be generated (man1)?

[/usr/local/man/man1/] :  <엔터를 친다>

######################################################

# You are starting the file-check part of the:       #

#     F – Prot Antivirus installation.               #

######################################################

Checking file: ‘/usr/local/f-prot/f-prot’: OK.

Checking file: ‘/usr/local/f-prot/man_pages/f-prot.1’: OK.

Checking file: ‘/usr/local/f-prot/man_pages/check-updates.pl.8’: OK.

######################################################

# You are starting the installation part of the:     #

#     F – Prot Antivirus installation.               #

######################################################

Setting up symbolic link: /usr/local/bin/f-prot: OK.

Setting up symbolic link: /usr/share/man/man8/check-updates.pl.8: OK.

Setting up symbolic link: /usr/local/man/man1/f-prot.1: OK.

Changing file permissions:

File permissions: /usr/local/f-prot/f-prot rwxr-x-r-x   OK.

File permissions: /usr/local/f-prot/tools/check-updates.pl rwx——    OK.

######################################################

# Installation of F – Prot Antivirus is completed.   #

######################################################

———————–

자 ! 여기까지 되었다면 설치는 완료 되었습니다.

다음 실행을 해보도록 하겠습니다.

< 실행 >

#/bin 디렉토리를 해본 결과 이다.

————————————–

[root@manpage f-prot]# ./f-prot /bin

Virus scanning report  –  18 September 2004 @ 14:50

F-PROT ANTIVIRUS

Program version: 4.4.4

Engine version: 3.14.11

VIRUS SIGNATURE FILES

SIGN.DEF created 16 September 2004

SIGN2.DEF created 16 September 2004

MACRO.DEF created 13 September 2004

Search: /bin

Action: Report only

Files: “Dumb” scan of all files

Switches: -ARCHIVE -PACKED -SERVER

Results of virus scanning:

Files: 70

MBRs: 0

Boot sectors: 0

Objects scanned: 70

Time: 0:01

No viruses or suspicious files/boot sectors were found.

———————————–

바이러스가 없다는 결과가 출력됩니다.

해당바이러스를 지울려면 [root@manpage f-prot]# ./f-prot -delete /bin

자동으로 “Y” 할려면..  ./f-prot -delete -auto /bin

업데이트는 /usr/local/f-prot/tools/check-updates.pl

자 그럼 이걸 컨트롤 하는 GUI 를 받아보자.

http://www.kde-apps.org/content/show.php?content=10381

여기서 소스코드 혹은 데비안 패키지를 다운 받아라.

본인은 소스코드로 하것다. 왜? rpm 패키지가 없으니..깐..!!

일단 bz2 파일이다.

tar -jxvf 파일이름

그다음에 압축 풀린 폴더로 가서..

./configure

./make

./make install

끝..!!

그럼 어디서 GUI를 띄우냐고?

/usr/bin 에 가서 ./qtfprot 이라고 함 쳐보시라..

설치중 아래와같은 에러가나오면 ( CentOS4 대상)

에러 : configure: error: Can’t find X includes

yum -y install XFree86-devel

에러 : checking for Qt… configure: error: Qt

yum -y install qt-devel

yum -y install qt-config

./configure 파일편집

if test $kde_qtver = 3; then

  kde_qt_dirs=”$QTDIR /usr/lib/qt3 /usr/lib/qt /usr/lib/qt-3.3/include”

에러 : in the prefix, you’ve chosen, are no KDE headers installed.

yum -y install kdelibs-devel

서진우

슈퍼컴퓨팅 전문 기업 클루닉스/ 상무(기술이사)/ 정보시스템감리사/ 시스존 블로그 운영자

You may also like...

페이스북/트위트/구글 계정으로 댓글 가능합니다.