The document provides an overview of processes in Unix, explaining that a process is an instance of a running program and can exist in various states such as submit, hold, ready, run, wait, and complete. It details the process creation phases using system calls like fork, exec, and wait, and distinguishes between interactive, non-interactive, and daemon processes. Additionally, it covers command types recognized by the shell, background processing, and job control features in Unix, emphasizing the multitasking capabilities of the operating system.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF or read online on Scribd
0 ratings0% found this document useful (0 votes)
22 views
process in unix
The document provides an overview of processes in Unix, explaining that a process is an instance of a running program and can exist in various states such as submit, hold, ready, run, wait, and complete. It details the process creation phases using system calls like fork, exec, and wait, and distinguishes between interactive, non-interactive, and daemon processes. Additionally, it covers command types recognized by the shell, background processing, and job control features in Unix, emphasizing the multitasking capabilities of the operating system.