[root@localhost test_h]# make
make -C /lib/modules/2.6.12.6/build SUBDIRS=/root/Desktop/test_h modules
make[1]: Entering directory `/usr/src/linux-2.6.12.6'
CC [M] /root/Desktop/test_h/procfs.o
/root/Desktop/test_h/procfs.c:9:1: warning: "MODULE" redefined
:1:1: warning: this is the location of the previous definition
많은 책에서 리눅스의 /proc 디렉토리에는 시스템의 여러 (실시간) 정보들이 파일의 형태(?)로 존재한다고 하는데
존재한다는 얘기로 끝이고, 정작 어떠한 식으로 해석해서 봐야하는지에 대해서는 나와 있는 책이 없었습니다.
( 어제 교보문고에서 3시간여동안 /proc 에 대해서 모든 리눅스 책을 다 본 것 같습니다. )