Shell Script and Process Scheduling Algorithms
October 29, 2016SHELL Interface between user application or user and kernel (operating system) The shell reads a command line from its standard... View Article
SHELL Interface between user application or user and kernel (operating system) The shell reads a command line from its standard... View Article
What is a Process? A program in execution An instance of a program running on a computer The entity that... View Article
SVR4 and Solaris use two separate schemes: paging system kernel memory allocator Paging system provides a virtual memory capability that... View Article
VIRTUAL MEMORY Virtual Memory is a technique that allows the execution of processes that may not be completely in memory... View Article
SWAPPING A process must be loaded into memory in order to execute What If there is not enough memory available??... View Article
Memory is a large array of words or bytes. CPU can only access content from main memory and registers (built... View Article
NEED OF MAKE TOOLS Problems: Long files are harder to manage (for both programmers and machines) Every change requires long... View Article
IPC Independent processes & co-operating processes Communicating two processes related or unrelated. Purposes for IPC Information Sharing Data Transfer Synchronization... View Article
Accessing the Internet leaves a wide variety of information on a computer including Web sites, contents viewed, and newsgroups accessed.... View Article
Windows systems use the Registry to store system configuration and usage details in what are called “keys.” Registry files on... View Article