A Linux Daemon designed to monitor an executable and notify every 30 minutes while the exexutable is running to help time management.
- 
            Updated
            Feb 21, 2025 
- C
A Linux Daemon designed to monitor an executable and notify every 30 minutes while the exexutable is running to help time management.
Assignments of CSE-344 / System Programming on POSIX using mutexes server client communication, pthreads, parent child communication, semaphores, daemon process, systemV / POSIX / binary semaphores, detached/joinable threads, supplier consumer relationship, pipes
String conversion. An echo process echoes back whatever it receives from another process back to it.
This Repository contains a few coding examples of some operating system behavior specifically for UNIX
This project encrypts text using the Sezar Cipher algorithm and parent-child processes in C. The child process uses 4 threads to encrypt the text and stores the result in a shared memory. The parent process reads and displays the encrypted text on the screen.
Add a description, image, and links to the parent-child topic page so that developers can more easily learn about it.
To associate your repository with the parent-child topic, visit your repo's landing page and select "manage topics."