프로...Linux

[Debugging] Console없이 Console로그 보기

크크다스 2015. 2. 5. 20:42
반응형

= [Debugging] Console없이 Console로그 보기

참고> http://serverfault.com/questions/140354/how-to-add-message-that-will-be-read-with-dmesg


. 간단하다, 그지~~~잉

dmesg ...... ㅋㅋㅋ


콘솔 프린트 명령

dmesg


Ex> cat /proc/xx/yy; dmesg | tail -20


반응형