posted by 구름너머 2008. 9. 3. 15:03

#include <errno.h>
extern int errno;
LogMsg( "Can't send shutdown message to the manager.\n" ); 를
---> LogMsg( "Can't send shutdown message to the manager.errno=[%d]\n", errno ); 로 설정 후 ..

erron : /usr/include/sys/errno.h
telnet 접속후 ..

메시지큐 조회 명령어

> ipcs
Message Queues:
Shared Memory:
Semaphores:

메시지큐 삭제 명령어
> ipcrm -q ID_NO

'UNIX' 카테고리의 다른 글

dbx 사용  (0) 2008.09.04
head와 tail의 만남  (0) 2008.09.03
memcmp  (0) 2008.08.17
S_ISREG()  (0) 2008.07.16
cvs에 대해 잘 정리된 곳..  (0) 2008.03.05