인코딩 변환툴 iconv exam iconv -f cp949 -t utf-8 from.txt > to.txt hp-ux 에서 설정 파일 /usr/lib/nls/iconv/config.iconv 여기에 없는 인코딩 지정시 iconv: 변환을 초기화 할 수 없습니다. 메시지 나옴 영문에서는 iconv: can not initialize the conversion ---- http://wiki.gimslab.com/moniwiki/wiki.php/iconv linux and cli 2008.02.29
유닉스에서의 로그파일들 binary format log wtmp (시스템 구축시부터 로그인 정보) : last 명령 /var/run/utmp(현재로그인한 사용자정보) : who, w btmp(실패한 로그기록) :lastb 명령 : 파일이 없는 경우 touch 해주면 생성됨 text format log dmesg(커널 메시지) secure(보안로그인, ssh 등) xferlog(ftp) linux and cli 2006.11.24