Solaris

    솔라리스 메일 전체 삭제

    솔라리스에서 메일 전체 삭제 벙법.콘솔에서 아래와 같이 입력하면 된다. $ printf "d*q"|mailx -N [출처] http://www.unix.com/unix-dummies-questions-answers/38598-delete-all-mails-solaris.html

    core 파일 분석

    - 생성 정보 확인 $ file core - callstack 정보 확인 $ pstack core - 전체 메모리 맵 확인 $ pmap core - 시그널 정보 확인 $ pflags core - core 발생 Lib 확인 $ mdb core > $C > $q - 링크한 동적 Lib 확인 $ pldd core - process id: effective, real, saved (u/g) 확인 $ pcred core sun 장비에서 확인 한 내용입니다.