[리눅스] 로그 파일, last, lastlog, lastb
전체로그 로그 파일 설명 /var/log/messages 시스템에서 발생한 표준 메시지 root만 읽을 수 있음 날짜 및 시간, 메시지가 발생한 호스트명, 메시지를 발생시킨 내부 시스템이나 응용프로그램의 이름, 발생된 메시지 등이 콜론(:)으로 구분되어 순서대로 기록 /var/log/secure 인증, 접속과 관련된 로그 로그인 (telnet, ssh), tcp_wrappers. xinetd /var/log/dmesg 시스템이 부팅할 때 출력되었던 로그 보통 커널 부트 메시지 로그라고 한다 /var/log/maillog sendmail, dovecot 등 메일 관련 작업 /var/log/xferlog FTP 접속과 관련 작업 /var/log/cron cron 관련 /var/log/boot.log 부팅 시..
2022. 10. 29.