Background Check
| ÀÚ½ÅÀÌ ¹é±×¶ó¿îµå ÇÁ·Î¼¼½ºÀÎÁö °Ë»ç ¶
 
int MZ_BackGroundCheck(void) { if(tcgetpgrp(STDIN_FILENO) != getpid()) { fprintf(stdout, "Background process check : stdin is not my fd.\n"); return(0); } fprintf(stdout, "Background process check : stdin is my fd.\n"); return(1); | You have a deep appreciation of the arts and music. | 














 


