2. Creating Linux Process using system() and difference between system() and fork() in C
3. Creating a process using fork() system call
4. Process creation using exec family functions
7. Linux Zombie process, orphan process and daemon process in C
8. Pthread introduction Part 1
9. Pthread Introduction Part 2
10. Threads synchronization using Mutex variable
11. Threads synchronization using condition variable functions
Linux IPC:
12. Half duplex Linux/Unix pipes Introduction
13. Creating pipes in C using pipe() system call in Linux
14. Creating FIFO in C using “mknod()” system call in Linux
15. Creating pipes in C using “popen()” and “pclose()” system call in Linux
17. SYSTEM V Shared Memory Segments
19. POSIX Semaphore
22. Linux System Programming: Creating Linux Sockets using C Introduction.
23. Linux System Programming: Creating UDP sockets
24. Linux System Programming: Creating TCP sockets