본문 바로가기

리눅스 따라하기/Centos7 취약점 점검

29. tftp, talk 서비스 비활성화

29. tftp, talk 서비스 비활성화

 

centos 7 최소설치 후 할건 없음

 

 

 

[root@centos7 ~]# yum list talk
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
talk.x86_64                                                0.17-46.el7                                                 base
[root@centos7 ~]# yum list tftp
Loaded plugins: fastestmirror
Loading mirror speeds from cached hostfile
Available Packages
tftp.x86_64                                                 5.2-22.el7                                                 base
[root@centos7 ~]# rpm -qa | grep talk
[root@centos7 ~]# rpm -qa | grep tftp

'리눅스 따라하기 > Centos7 취약점 점검' 카테고리의 다른 글

31. 스팸 메일 릴레이 제한  (0) 2018.07.04
30. Sendmail 버전 점검  (0) 2018.07.04
28. NIS, NIS+ 점검  (0) 2018.07.04
27. RPC 서비스 확인  (0) 2018.07.04
26. automountd 제거  (0) 2018.07.04