반응형

1. file : 파일 종류 확인

$ file /var/log/wtmp

/var/log/wtmp: data     ### 바이너리 파일

 

$ file /var/log/dmesg

/var/log/dmesg: ASCII English text

 

2. strings : 문자열 찾기

$ file /var/log/wtmp

/var/log/wtmp: data

 

$ head /var/log/wtmp -n 2   ### 아래와 같이 바이너리 파일이기 때문에 내용을 확인 할 수 없음

~~~reboot2.6.32-279.el6.x86_64?w???5~~~runlevel2.6.32-279.el6.x86_64?w??65~~~runlevel2.6.32-279.el6.x86_64??8~~~shutdown2.6.32-279.el6.x86_64
x?珖 ~~~reboot2.6.32-279.el6.x86_649x??5~~~runlevel2.6.32-279.el6.x86_649x?Q0?#tty33LOGIN?#Ux??tty44LOGIN?Ux??#tty22LOGIN?#Ux??tty55LOGIN?Ux??tty66LOGIN?Ux?P$tty1:0isbyeon:0dx? p*&pts/0/0isbyeon:0.0???65~~~runlevel2.6.32-279.el6.x86_64y?c$tty1:0:0y??#tty22?#y.?#tty33?#y.?tty44?y??tty55?y.?tty66?y.pts/0/0isbyeony??

 

$ strings /var/log/wtmp | head -n 2 

reboot
2.6.32-279.el6.x86_64
반응형

'Linux > CentOS' 카테고리의 다른 글

SSH 사용자 접속 제한  (0) 2013.02.02
Disable ipv6 on CentOS 6  (0) 2013.01.11
script로 작업내용을 저장하기  (0) 2012.12.31
별칭(alias)  (0) 2012.12.31
가상 콘솔(Console) 전환  (0) 2012.12.30
  • 네이버 블러그 공유하기
  • 네이버 밴드에 공유하기
  • 페이스북 공유하기
  • 카카오스토리 공유하기