parent 썸네일형 리스트형 The result of access(ls, cp) according parent directory permission | 상위 디렉토리의 권한에 따른 access(ls, cp) 결과 ./SE_API/1111 ls -al ./SE_API/1111-rwxr-xr-x parent directory user permission r(4) x(1) (0) status drwxr-xr-- 2 root root 4096 10월 26 18:15 . drwxrwxrwx 11 root root 4096 10월 27 13:25 .. -rwxr-xr-x 1 root root 5 10월 26 18:18 1111 drwxr-x--x 2 root root 4096 10월 26 18:15 . drwxrwxrwx 11 root root 4096 10월 27 13:09 .. -rwxr-xr-x 1 root root 5 10월 26 18:18 1111 drwxr-x--- 2 root root 4096 10월 26 18.. 더보기 kill parent and child process sametime #include //#include #include #include #include #include #include int main(int argc, char *argv[]){// signal(SIGALRM, timer_handler); // add handler about sigalrm pid_t pid, child_pid; int rc=0; pid = fork(); if (pid == 0){ // childprintf("[child] I'm child(%d)\n", getpid()); //char *argvs[] = {~~~~~~~, (char *)0}; //return execv(~~~~~~~~~); // run other program pid_t ppid = getppid();pid_t pgid .. 더보기 이전 1 다음