320x100
320x100

“path”

  • /etc/httpd/conf/httpd.conf
  • .zone 및 .rev
  • /etc/named.conf

192.168.1

  • /etc/mail/access
  • /etc/httpd/httpd.conf

192.168.1.

  • /etc/hosts.allow 및 .deny
  • /etc/samba/smb.conf

192.168.1.0

  • /etc/xinetd.conf

.example.com

  • /etc/squid/squid.conf
  • /etc/xinetd.conf
  • /etc/hosts.allow 및 .deny
  • etc/httpd/conf/httpd.conf

example.com.

  • .zone 및 .rev

*.example.com

  • /etc/exports

ip, ip, ip

  • /etc/hosts.allow 및 /etc/hosts.deny

ip ip ip

  • /etc/samba.smb.conf
  • /etc/exports (tab 단위)
  • /etc/xinetd.d 및 /etc/xinetd.conf
  • /etc/squid/squid.conf
  • /etc/dhcp/dhcpd.conf

value;

  • /etc/named.conf { ip; ip/24; };
  • /etc/dhcpd/dhcpd.conf

iptables 빠른요약 (주요 옵션 / 구조 요약)

  • iptables [-t <table>] <action> <chain> <match> [-j <target>]
  • table (filter / nat / mangle / raw)
  • chain (INPUT / OUTPUT / FORWARD / PREROUTING / POSTROUTING)
  • match (-s, -d, -p, -i, -o, !, -m --state, --string)
  • target (ACCEPT / DROP(그냥 거부) / LOG / REJECT(응답패킷 전송) / RETURN (사슬 내에서 계속 진행)
  • -A (사슬에 규칙 추가)
  • -D (사슬의 규칙 제거)
  • -F (사슬 내 모든 규칙 제거)
  • -I (사슬의 첫 번째 규칙으로 추가)
  • -R (사슬의 규칙을 대체)
  • -L (현재 사슬의 규칙 출력)
  • -X (모든 사용자 정의 사슬 제거)
  • -N (새로운 사용자 정의 사슬 생성)
  • -P (사슬의 기본 정책 설정)

man

  • man -f (키워드에 일치하는 메뉴얼)

info

  • 하이퍼 텍스트 형식의 온라인 메뉴얼

find

  • 파일 검색
  • find / -type d maxdepth 0 (root 디렉터리 아래 0 depth의 디렉터리 파일 검색)

rpm

  • 설치된 패키지 관련 정보
  • rpm -qc (config 파일 및 스크립트 파일 출력)
  • rpm -ql (패키지에서 설치한 모든 파일 출력)
300x250
728x90