[Secure]_System-Linux_#08_[시스템 로그 관리,/etc/rsyslog.conf,/var/log/secure,/var/log/cron,/var/log/spooler,/var/log/boot.log,로그 기록 주기 설정,로그온 시 경고 메시지 제공,동일한 UID 금지,사용자 shell 점검,Sessin Ti..
[ 시스템 로그 관리 ] cat /etc/rsyslog.conf --> #### RULES #### #Log all kernel messages to the console. #Logging much else clutters up the screen. kern.* /dev/console --> 커널과 관련된 모든 로그.(주석 처리 없으므로 유효) #kern.* @172.16.10.54 --> 커널과 관련된 모든 로그는 172.16.10.54로(주석o라 무효.) # Log anything (except mail) of level info or higher. --> 메일을 제외한 모든 info혹은 그보다높은 레벨 # Don't log private authentication messages! --> 개인 인증..
2022. 2. 10.