19. Finger 서비스 비활성화
19. Finger 서비스 비활성화
centos7 최소설치시 finger 서비스는 설치되지 않는다.
1. [root@centos7 modules]# systemctl status finger
Unit finger.service could not be found.
[root@centos7 modules]#
2. [root@centos7 modules]# find / -name finger
/etc/selinux/targeted/active/modules/100/finger
[root@centos7 modules]# ll /etc/selinux/targeted/active/modules/100/finger
합계 20
-rw-------. 1 root root 1899 4월 12 03:41 cil
-rw-------. 1 root root 9376 4월 12 03:41 hll
-rw-------. 1 root root 2 4월 12 03:41 lang_ext
[root@centos7 modules]# ls -al /etc/selinux/targeted/active/modules/100/finger
합계 36
drwx------. 2 root root 44 6월 30 21:34 .
drwx------. 405 root root 12288 6월 30 21:34 ..
-rw-------. 1 root root 1899 4월 12 03:41 cil
-rw-------. 1 root root 9376 4월 12 03:41 hll
-rw-------. 1 root root 2 4월 12 03:41 lang_ext
[root@centos7 modules]#
3. [root@centos7 /]# yum list installed | grep finger
[root@centos7 /]#
패스