What are the process state in Unix ?
Source: http://www.cs.miami.edu What is the process state in Unix? This is a small experiment to show the life cycle of a Unix process. A Unix process is created in the idle state and is then moved between ready to run, running, and possibly waiting (or sleeping) , until it exits and becomes a zombie. Once … Read more