RCS file: header.h,v Working file: header.h head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: This is header file. include stdio.h unistd.h —————————- revision 1.5 locked by: root; … Continue reading
RCS file: header.h,v Working file: header.h head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: This is header file. include stdio.h unistd.h —————————- revision 1.5 locked by: root; … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.1 branch: locks: strict emblogic: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: using pid_t command with fork —————————- revision 1.1 locked by: emblogic; date: … Continue reading
RCS file: new.c,v Working file: new.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: It is another process to which initial process will communicate —————————- revision … Continue reading
RCS file: pipe.c,v Working file: pipe.c head: 1.1 branch: locks: strict access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Transfered string via pipe. —————————- revision 1.1 date: 2015/02/28 18:22:26; author: root; state: Exp; Initial … Continue reading
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this includes header files different libraries used in our program structure is also … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: opened the file —————————- revision 1.5 locked by: root; date: 2015/02/26 10:54:29; author: … Continue reading
RCS file: header.h,v Working file: header.h head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: this is header file this file includes the standard libraries required in the … Continue reading
RCS file: fd.c,v Working file: fd.c head: 1.1 branch: locks: strict root: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: Here Inter Process Communication is performed between two files. —————————- revision 1.1 locked … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: opened the file —————————- revision 1.5 locked by: root; date: 2015/02/26 10:54:29; author: … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.1 branch: locks: strict emblogic: 1.1 access list: symbolic names: keyword substitution: kv total revisions: 1; selected revisions: 1 description: using pid_t command with fork —————————- revision 1.1 locked by: emblogic; date: 2015/02/26 … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.5 branch: locks: strict root: 1.5 access list: symbolic names: keyword substitution: kv total revisions: 5; selected revisions: 5 description: opened the file —————————- revision 1.5 locked by: root; date: 2015/02/26 10:54:29; author: … Continue reading
RCS file: replacing.c,v Working file: replacing.c head: 1.3 branch: locks: strict root: 1.3 access list: symbolic names: keyword substitution: kv total revisions: 3; selected revisions: 3 description: i this we have used fork(). —————————- revision 1.3 locked by: root; date: … Continue reading
RCS file: header.h,v Working file: header.h head: 1.4 branch: locks: strict root: 1.4 access list: symbolic names: keyword substitution: kv total revisions: 4; selected revisions: 4 description: it includes all the header files —————————- revision 1.4 locked by: root; … Continue reading
Signal is a very important call to handle the behavior of any in coming signals as we know as default signal terminate the process but using signal() we can make the signal do according to need by running a function … Continue reading