본문 바로가기

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

26. automountd 제거

26. automountd 제거

 

 

centos7 최소설치 영향없음

 

[root@centos7 ~]# ps -ef | grep auto
root       1410   1394  0 21:52 pts/0    00:00:00 grep --color=auto auto
[root@centos7 ~]# ps -ef | grep auto*
root       1442   1394  0 21:53 pts/0    00:00:00 grep --color=auto auto*
[root@centos7 ~]#

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

28. NIS, NIS+ 점검  (0) 2018.07.04
27. RPC 서비스 확인  (0) 2018.07.04
25. NFS 접근통제  (0) 2018.07.04
24. NFS 서비스 비활성화  (0) 2018.07.04
23. DoS 공격에 취약한 서비스 비활성화  (0) 2018.07.04