Knowledge in usp

Unix System Programming: File locking System

This document shows how to use the file locking system , jit contains the procedure , algorithm , etc.

Operating System And Unix System programming: FIFO

This document will tell you all about the first in first out mechanisms for processes to be executed,

Race condition

A race condition is an undesirable situation that occurs when a device or system attempts to perform two or more operations at the same time, but because of the nature of the device or system, the operations must be done in the proper sequence to be done correctly.

Unix System Programming

Unix is an Operating System which is truly the base of all Operating Systems like Ubuntu, Solaris, POSIX, etc. It was developed in the 1970s by Ken Thompson, Dennis Ritchie, and others in the AT&T Laboratories. It was originally meant for programmers developing software rather than non-programmers.

Unix System Programming : POSIX

Unix is an Operating System which is truly the base of all Operating Systems like Ubuntu, Solaris, POSIX, etc. It was developed in the 1970s by Ken Thompson, Dennis Ritchie, and others in the AT&T Laboratories. It was originally meant for programmers developing software rather than non-programmers.

processes in usp

process is an instance of a program running in Linux. This is the basic definition that you might have heard before. Though its simple enough to understand but still lets elaborate a bit for the beginners