리눅스					분류
				
						아휴~ 파일 수정불가.
작성자 정보
- 김기반 작성
 - 작성일
 
컨텐츠 정보
- 2,752 조회
 - 0 추천
 - 목록
 
본문
[root@www /root]# grep -v "^#" /etc/inetd.conf
ntalk   dgram   udp     wait    nobody.tty      /usr/sbin/tcpd  in.ntalkd
pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd  ipop3d
inetd.conf 에서 아래 두줄을 막으려는데..
ntalk   dgram   udp     wait    nobody.tty      /usr/sbin/tcpd  in.ntalkd
pop-3   stream  tcp     nowait  root    /usr/sbin/tcpd  ipop3d
/etc/services
/etc/inetd.conf 등... 
주요파일을 수정하려해도 자꾸 Readonly로 열려서 수정할수없습니다.
cd /etc
vi services    => readonly 로 열림
vi -m services => 역시 readonly로 열림
그리고 수상한 포트 가장 확실하게 막는 방법좀 자세히 부탁합니다.
tcp        0      0 0.0.0.0:587             0.0.0.0:*               LISTEN
이놈을 막아야 합니다.
관련자료
- 
			이전
 - 
			다음
 
			댓글 0
					
			
				등록된 댓글이 없습니다.
			
					
								