• Stars
    star
    2
  • Language
    C
  • Created over 6 years ago
  • Updated almost 5 years ago

Reviews

There are no reviews yet. Be the first to send feedback to the community and the maintainers!

Repository Details

Process creation and threading • Creating Threads • Replacing process image using execlp • Process duplication using fork Inter-process communication • Pipes, popen and pclose functions • Stream pipes, passing file descriptors • Shared memory • Message passing Synchronization • Synchronization with Mutexes • Synchronization with semaphores • Race Condition Simulation of Shell commands using system calls • file/directory related system calls / library functions (read, write, open, close, lseek, opendir, readdir, closedir, etc) File allocation strategies • sequential file allocation, indexed file allocation, linked file allocation.